CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   what does these mean ??(totalpressure and fixedfluxpressure and inletoutlet) (https://www.cfd-online.com/Forums/openfoam/146272-what-does-these-mean-totalpressure-fixedfluxpressure-inletoutlet.html)

bgane67 December 22, 2014 18:26

what does these mean ??(totalpressure and fixedfluxpressure and inletoutlet)
 
hi friends
i want to simulate droplet pinch -off
i dont know what does some BC mean and when do we use these BC,for example:




P



inlet
{
type fixedFluxPressuret;
}
outlet
{

type totalPressure;
p0 uniform 0;
U U;
phi phi;
rho rho;
psi none;
gamma 1;
value uniform 0;
}



about U:
outlet
{

type pressureInletOutletVelocity;
value uniform (0 0 0);
}


about alpha



outlet
{

type inletOutlet;
inletValue uniform 0;
value uniform 0;
}

please help me.

fabian_roesler January 7, 2015 04:13

Hi

Inside Doxygen you can find modules on several topics like functions, turbulence models, etc.
There is also a module for all boundary conditions available in OpenFOAM:

http://foam.sourceforge.net/docs/cpp/a10586.html

Cheers

Fabian


All times are GMT -4. The time now is 12:44.