50 lines
1.3 KiB
C++
50 lines
1.3 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
========= |
|
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
|
\\ / O peration | Website: https://openfoam.org
|
|
\\ / A nd | Version: 12
|
|
\\/ M anipulation |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object fvModels;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
porosity
|
|
{
|
|
type porosityForce;
|
|
|
|
porosityForceCoeffs
|
|
{
|
|
cellZone porosity;
|
|
|
|
type fixedCoeff;
|
|
|
|
fixedCoeffCoeffs
|
|
{
|
|
alpha (500 -1000 -1000);
|
|
beta (0 0 0);
|
|
rhoRef 1;
|
|
|
|
coordinateSystem
|
|
{
|
|
type cartesian;
|
|
origin (0 0 0);
|
|
coordinateRotation
|
|
{
|
|
type axesRotation;
|
|
e1 (0.70710678 0.70710678 0);
|
|
e2 (0 0 1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
// ************************************************************************* //
|