GiDInterface icon indicating copy to clipboard operation
GiDInterface copied to clipboard

Conjugate heat transfer migration as geometries

Open jginternational opened this issue 1 year ago • 7 comments

jginternational avatar Oct 09 '24 12:10 jginternational

@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

jginternational avatar Oct 10 '24 21:10 jginternational

This one should work with the changes I'm about to push to the Kratos repo cht3_RZ.zip

rubenzorrilla avatar Dec 05 '24 16:12 rubenzorrilla

solo queda revisar este modeler image

jginternational avatar Jan 23 '25 21:01 jginternational

@rubenzorrilla please check this case

aaa.gid.zip

jginternational avatar Jan 24 '25 14:01 jginternational

@rubenzorrilla please check this case

aaa.gid.zip

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 avatar Feb 02 '25 08:02 rubenzorrilla

@rubenzorrilla it comes from the 2nd example in the GUI

jginternational avatar Feb 06 '25 09:02 jginternational

@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.

rubenzorrilla avatar Feb 07 '25 07:02 rubenzorrilla

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

jginternational avatar Apr 24 '25 17:04 jginternational