GiDInterface
GiDInterface copied to clipboard
Conjugate heat transfer migration as geometries
@rubenzorrilla we need to check this one. It writes input files but I think that calculation crashes, so probably there is something wrong there. cht3.gid.zip
This one should work with the changes I'm about to push to the Kratos repo cht3_RZ.zip
solo queda revisar este modeler
@rubenzorrilla please check this case
As far as I see, the section
},{
"model_part_name" : "FluidThermalModelPart.Fluid_Left_Wall",
"condition_name" : "ThermalFace2D2N"
in the CreateEntitiesFromGeometriesModeler shouldn't be there. Aside of this I don't see anything strange.
However, when I ran the case I got zero residual every time step. Is the case supposed to work or it is a random one just for the sake of checking the I/O?
@rubenzorrilla it comes from the 2nd example in the GUI
@rubenzorrilla it comes from the 2nd example in the GUI
Then it should work, meaning that I missed something else. I'll try to have another look ASAP.
Located a problem here:
- FluidMaterials.json:
- Contains: FluidThermalModelPart
- Should contain: FluidModelPart.Fluid
- BuoyancyMaterials.json
- Contains ThermalModelPart
- Should contain FluidThermalModelPart
Check:
- Buoyancy migrated app
- Restore namespace variables after print projectparameters.json