Newer
Older
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object fvOptions;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Prashant Sonakar
committed
airDeflection
{
type directionalPressureGradientExplicitSource;
active true;
directionalPressureGradientExplicitSourceCoeffs
{
selectionMode cellZone;
cellZone c1Zone;
flowDir (1 2 0); // flow direction
relaxationFactor 0.3;
//Pressure drop model [Pa]
model DarcyForchheimer;//volumetricFlowRateTable/constant
//DarcyForchheimer
D 5e7;
I 0;
length 0.01;
//constant
//pressureDrop 8;
//volumetricFlowRateTable
//outOfBounds clamp;
//file "volFlowRateTable";
Prashant Sonakar
committed
// ************************************************************************* //