When I run the codes in HPC cluster, I am getting the attached error since the pressure values look like incorrect in sensors.out file. I have the 3D elliptical tank that has the length is equal to 5.5 m. Therefore, I am using this SPH.xml. However, when I run the codes, I am getting an error from the HPC like: Segmentation fault core(dumped). I think, this error comes from the domain min and domain max issue. Does it make sense to you? Could you please check the attached error and let me know about it?
Thank you so much.
Best Regards,
SPH.xml
<?xml version="1.0" ?>
<sphInput>
<Variables>
<Variable name="g" type="vec" value="0.0, 0.0, -9.81, 0.0" />
<Variable name="dr" type="float" value="0.02" />
<Variable name="hfac" type="float" value="4.0" />
<Variable name="h" type="float" value="hfac * dr" />
<Variable name="cs" type="float" value="50" />
<Variable name="courant" type="float" value="0.5" />
<Variable name="domain_min" type="vec" value=“-5.0, -5.0, -5.0, 0.0" />
<Variable name="domain_max" type="vec" value=“5.0, 5.0, 5.0, 0.0" />
<Variable name="iter_midpoint_max" type="unsigned int" length="1" value="5"/>
<Variable name="relax_midpoint" type="float" length="1" value="0"/>
<Variable name="Residual_midpoint_max" type="float" length="1" value="1.e-2"/>
</Variables>
</sphInput>