mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Updated tutorial field source input data
This commit is contained in:
@ -27,7 +27,7 @@ source1
|
||||
scalarExplicitSourceCoeffs
|
||||
{
|
||||
volumeMode absolute;
|
||||
fieldData
|
||||
injectionRate
|
||||
{
|
||||
hs 20000;
|
||||
}
|
||||
|
||||
@ -30,7 +30,7 @@ massSource1
|
||||
scalarExplicitSourceCoeffs
|
||||
{
|
||||
volumeMode absolute;
|
||||
fieldData
|
||||
injectionRate
|
||||
{
|
||||
rho 1e-4; // kg/s
|
||||
H2O 1e-4; // kg/s
|
||||
@ -54,7 +54,7 @@ momentumSource1
|
||||
vectorExplicitSourceCoeffs
|
||||
{
|
||||
volumeMode absolute;
|
||||
fieldData
|
||||
injectionRate
|
||||
{
|
||||
U (0 0.005 0);
|
||||
}
|
||||
@ -77,7 +77,7 @@ energySource1
|
||||
scalarExplicitSourceCoeffs
|
||||
{
|
||||
volumeMode absolute;
|
||||
fieldData
|
||||
injectionRate
|
||||
{
|
||||
hs 10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user