Dear OpenLB users,
I’m trying to change the aorta3d example from water flow to air flow
I have changed the following parameters:
FluidDensity = 1 (Was 1055 before for water)
Kinematicviscosity = 0.00001488 (Was 0.003/1055 before for water)
maximal expected velocity = 400 (randomly a larg number)
But at the first time step the velocity exploeds
I have also tryed to change the lattice.defineDynamics<BulkDynamics>
to lattice.defineDynamics<BGKdynamics>
But the velocity still exploeds at the first time step
Any good idea ?