Skip to content

Re: Pressure Inlet

#2894
LaurentDelaon
Participant

Hi robin
If you have two pressure boundary

Code:
bc.addPressureBoundary(superGeometry, 4, omegaP1);
bc.addPressureBoundary(superGeometry, 4, omegaP2);

how did you set the pressure inlet ? the code with inlet velocity and outlet pressure seem affecte the value pressure and velocity boundary base on the material of the cuboid wich define the output and the input…
Here you have two differents boudary with the same material 4. How did you do to affecte the correct value to each boundary ?
I try to modify cylinder2d to have delta P .

Laurent.