mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
45 lines
1.3 KiB
C++
45 lines
1.3 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: dev |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "constant";
|
|
object fvOptions;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
porosity1
|
|
{
|
|
type explicitPorositySource;
|
|
active true;
|
|
selectionMode cellZone;
|
|
cellZone porosity;
|
|
|
|
explicitPorositySourceCoeffs
|
|
{
|
|
type DarcyForchheimer;
|
|
|
|
DarcyForchheimerCoeffs
|
|
{
|
|
d d [0 -2 0 0 0 0 0] (5e7 -1000 -1000);
|
|
f f [0 -1 0 0 0 0 0] (0 0 0);
|
|
|
|
coordinateSystem
|
|
{
|
|
e1 (0.70710678 0.70710678 0);
|
|
e2 (0 0 1);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
************************************************************************* //
|