mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial file updates
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user