Ansys Learning Forum Forums Discuss Simulation Fluids coupled simulation of vehicle and fluid tank Reply To: coupled simulation of vehicle and fluid tank

SRP
Ansys Employee

Hi,

Before continue, add extra debugging output statements to your UDF to pinpoint the specific location of the fault. You may display intermediate variables, verify loop iterations, and confirm that each step of the computation is completed appropriately. Avoid needless memory allocations and deallocations within loops, as they might lead to memory leaks or segmentation problems.