I'm trying to launch a calculation with a blade inside a mesh volume. I attach my file usclim.F that I filled in.
Top_Bottom & Left_Right & Blade : Slide Wall
Outlet : Pressure outlet
Inlet :Velocity Inlet
With temporary results files, we can see a pressure drop at the outlet with a huge increment of the velocity (130m/s for an inlet velocity equal to 10). I don't know if my definition of the outlet is right ! What is the default value of the pressure applied on the outlet with this definition, Inlet pressure or zero value ?
Code: Select all
CALL GETFBR('Outlet',NLELT,LSTELT)
C ===========
DO ILELT = 1, NLELT
IFAC = LSTELT(ILELT)
DO IPHAS = 1, NPHAS
ITYPFB(IFAC,IPHAS) = ISOLIB
ENDDO
C
ENDDO
I think that my calculation is very very long due to this probleme of convergence at the outlet !
Thanks for your help.
Gauthier