ENH: Tutorial file updates

This commit is contained in:
andy
2012-10-26 10:03:22 +01:00
parent 39aeb1d8f6
commit 22aaa8d808
2 changed files with 15 additions and 18 deletions

View File

@ -23,11 +23,8 @@ filter1
DarcyForchheimerCoeffs 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 coordinateSystem
{ {

View File

@ -17,7 +17,7 @@ FoamFile
massSource1 massSource1
{ {
type scalarExplicitSource; type scalarSemiImplicitSource;
active true; active true;
timeStart 0.2; timeStart 0.2;
duration 2.0; duration 2.0;
@ -27,13 +27,13 @@ massSource1
(2.75 0.5 0) (2.75 0.5 0)
); );
scalarExplicitSourceCoeffs scalarSemiImplicitSourceCoeffs
{ {
volumeMode absolute; volumeMode absolute;
injectionRate injectionRateSuSp
{ {
rho 1e-4; // kg/s rho (1e-4 0); // kg/s
H2O 1e-4; // kg/s H2O (1e-4 0); // kg/s
} }
} }
} }
@ -41,7 +41,7 @@ massSource1
momentumSource1 momentumSource1
{ {
type vectorExplicitSource; type vectorSemiImplicitSource;
active true; active true;
timeStart 0.2; timeStart 0.2;
duration 2.0; duration 2.0;
@ -51,12 +51,12 @@ momentumSource1
(2.75 0.5 0) (2.75 0.5 0)
); );
vectorExplicitSourceCoeffs vectorSemiImplicitSourceCoeffs
{ {
volumeMode absolute; volumeMode absolute;
injectionRate injectionRateSuSp
{ {
U (0 0.005 0); U ((0 0.005 0) 0);
} }
} }
} }
@ -64,7 +64,7 @@ momentumSource1
energySource1 energySource1
{ {
type scalarExplicitSource; type scalarSemiImplicitSource;
active true; active true;
timeStart 0.2; timeStart 0.2;
duration 2.0; duration 2.0;
@ -74,12 +74,12 @@ energySource1
(2.75 0.5 0) (2.75 0.5 0)
); );
scalarExplicitSourceCoeffs scalarSemiImplicitSourceCoeffs
{ {
volumeMode absolute; volumeMode absolute;
injectionRate injectionRateSuSp
{ {
h 10; h (10 0);
} }
} }
} }