Skip to content

Re: Venturi3d example

#2922
LaurentDelaon
Participant

thank’s for your reply.
I have really progress. We have pb to the realistic of the fluid (air) simulation comportement.
I have starting using the cylinder2d modify example. We have transform cylinder in thin vertical cuboid with theta of 45°.

Code:
AnalyticalConst2D<T,T> rho(converter.getLatticeDensityFromPhysPressure(200*frac[0]);

Work fine with inlet pressure 1 and outlet pressure 0.98 but not the delta_P is inlet 200pa outlet 0pa…
I have empty y range error adjusting ….
Trying augmenting N 20->100 nothing better.
No simulation result.

My first objective is to compare simulation with the real system (pressure inlet and also the velocity outlet), this is the origin of my question…

on the real system we have pin:100500 pout100400 vout:1.8m/s.
cylinder L=280 diameter 25.4mm valve diameter 25.0 thickness 4mm in the middle , based on cylinder2d but not same dimensions!

Laurent..