ENH: Tutorial updates - porosityProperties->fvOptions

This commit is contained in:
andy
2013-01-21 16:29:07 +00:00
parent 05de25f517
commit c71cfa3d3b
3 changed files with 49 additions and 29 deletions

View File

@ -10,26 +10,32 @@ FoamFile
version 2.0; version 2.0;
format ascii; format ascii;
class dictionary; class dictionary;
location "constant"; location "system";
object porosityProperties; object fvOptions;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
porosity1 porosity1
{ {
type DarcyForchheimer; type explicitPorositySource;
active yes; active true;
selectionMode cellZone;
cellZone porosity; cellZone porosity;
DarcyForchheimerCoeffs explicitPorositySourceCoeffs
{ {
d d [0 -2 0 0 0 0 0] (5e7 -1000 -1000); type DarcyForchheimer;
f f [0 -1 0 0 0 0 0] (0 0 0);
coordinateSystem DarcyForchheimerCoeffs
{ {
e1 (0.70710678 0.70710678 0); d d [0 -2 0 0 0 0 0] (5e7 -1000 -1000);
e2 (0 0 1); f f [0 -1 0 0 0 0 0] (0 0 0);
coordinateSystem
{
e1 (0.70710678 0.70710678 0);
e2 (0 0 1);
}
} }
} }
} }

View File

@ -10,28 +10,35 @@ FoamFile
version 2.0; version 2.0;
format ascii; format ascii;
class dictionary; class dictionary;
location "constant"; location "system";
object porosityProperties; object fvOptions;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
porosity1 porosity1
{ {
type DarcyForchheimer; type explicitPorositySource;
active yes; active yes;
selectionMode cellZone;
cellZone stator; cellZone stator;
DarcyForchheimerCoeffs explicitPorositySourceCoeffs
{ {
d d [0 -2 0 0 0 0 0] (1e5 -1000 -1000); type DarcyForchheimer;
f f [0 -1 0 0 0 0 0] (0 0 0);
coordinateSystem DarcyForchheimerCoeffs
{ {
e1 (1 0 0); d d [0 -2 0 0 0 0 0] (1e5 -1000 -1000);
e2 (0 1 0); f f [0 -1 0 0 0 0 0] (0 0 0);
coordinateSystem
{
e1 (1 0 0);
e2 (0 1 0);
}
} }
} }
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -10,28 +10,35 @@ FoamFile
version 2.0; version 2.0;
format ascii; format ascii;
class dictionary; class dictionary;
location "constant"; location "system";
object porosityProperties; object fvOptions;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
porosity1 porosity1
{ {
type DarcyForchheimer; type explicitPorositySource;
active yes; active true;
selectionMode cellZone;
cellZone porosity; cellZone porosity;
DarcyForchheimerCoeffs explicitPorositySourceCoeffs
{ {
d d [0 -2 0 0 0 0 0] (5e7 -1000 -1000); type DarcyForchheimer;
f f [0 -1 0 0 0 0 0] (0 0 0);
coordinateSystem DarcyForchheimerCoeffs
{ {
e1 (0.70710678 0.70710678 0); d d [0 -2 0 0 0 0 0] (5e7 -1000 -1000);
e2 (0 0 1); f f [0 -1 0 0 0 0 0] (0 0 0);
coordinateSystem
{
e1 (0.70710678 0.70710678 0);
e2 (0 0 1);
}
} }
} }
} }
// ************************************************************************* // // ************************************************************************* //