We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
Fluids

Fluids

Topics related to Fluent, CFX, Turbogrid and more.

Adaptive mesh refinement in CFD with volumetric point source calculated with udf

    • luca.tricarico
      Subscriber

      Hi, I'm simulating a point source in a fluid domain via udf. The UDF implements the thermal source in the centroids of the cells of the domain from a txt file. For better accuracy in simulating thermal gradients I would like to use fluent's adaptive mesh refinemet option. Is there a way to implement AMR in fluent in this case? This is because by applying the adapttime mesh refinement I would need to recalculate the source in the centroids of the mesh which is modified by the AMR method.

    • Rob
      Forum Moderator

      Depending on how you set the source you may find the refinement just adds the source into a smaller volume (cell) which means the temperature gradients are still not resolved unless you further refine the mesh which could again add the source into a smaller cell etc.....  

      How often are you updating the source positions? An alternative option could be to split a cell(s) out after meshing and then add the source to the new cell zone. You can adapt in that region without changing the source as volume as it's a zone rather than a cell. Have a look at mesh separation, and you can do that using a register (in the adaption tools). 

Viewing 1 reply thread
  • The topic ‘Adaptive mesh refinement in CFD with volumetric point source calculated with udf’ is closed to new replies.