ENH: Tutorial file updates
This commit is contained in:
parent
39aeb1d8f6
commit
22aaa8d808
@ -23,11 +23,8 @@ filter1
|
||||
|
||||
DarcyForchheimerCoeffs
|
||||
{
|
||||
Darcy
|
||||
{
|
||||
d d [0 -2 0 0 0 0 0] (500000 -1000 -1000);
|
||||
f f [0 -1 0 0 0 0 0] (0 0 0);
|
||||
}
|
||||
d d [0 -2 0 0 0 0 0] (500000 -1000 -1000);
|
||||
f f [0 -1 0 0 0 0 0] (0 0 0);
|
||||
|
||||
coordinateSystem
|
||||
{
|
||||
|
@ -17,7 +17,7 @@ FoamFile
|
||||
|
||||
massSource1
|
||||
{
|
||||
type scalarExplicitSource;
|
||||
type scalarSemiImplicitSource;
|
||||
active true;
|
||||
timeStart 0.2;
|
||||
duration 2.0;
|
||||
@ -27,13 +27,13 @@ massSource1
|
||||
(2.75 0.5 0)
|
||||
);
|
||||
|
||||
scalarExplicitSourceCoeffs
|
||||
scalarSemiImplicitSourceCoeffs
|
||||
{
|
||||
volumeMode absolute;
|
||||
injectionRate
|
||||
injectionRateSuSp
|
||||
{
|
||||
rho 1e-4; // kg/s
|
||||
H2O 1e-4; // kg/s
|
||||
rho (1e-4 0); // kg/s
|
||||
H2O (1e-4 0); // kg/s
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -41,7 +41,7 @@ massSource1
|
||||
|
||||
momentumSource1
|
||||
{
|
||||
type vectorExplicitSource;
|
||||
type vectorSemiImplicitSource;
|
||||
active true;
|
||||
timeStart 0.2;
|
||||
duration 2.0;
|
||||
@ -51,12 +51,12 @@ momentumSource1
|
||||
(2.75 0.5 0)
|
||||
);
|
||||
|
||||
vectorExplicitSourceCoeffs
|
||||
vectorSemiImplicitSourceCoeffs
|
||||
{
|
||||
volumeMode absolute;
|
||||
injectionRate
|
||||
injectionRateSuSp
|
||||
{
|
||||
U (0 0.005 0);
|
||||
U ((0 0.005 0) 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -64,7 +64,7 @@ momentumSource1
|
||||
|
||||
energySource1
|
||||
{
|
||||
type scalarExplicitSource;
|
||||
type scalarSemiImplicitSource;
|
||||
active true;
|
||||
timeStart 0.2;
|
||||
duration 2.0;
|
||||
@ -74,12 +74,12 @@ energySource1
|
||||
(2.75 0.5 0)
|
||||
);
|
||||
|
||||
scalarExplicitSourceCoeffs
|
||||
scalarSemiImplicitSourceCoeffs
|
||||
{
|
||||
volumeMode absolute;
|
||||
injectionRate
|
||||
injectionRateSuSp
|
||||
{
|
||||
h 10;
|
||||
h (10 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user