STYLE: Updated tutorial field source input data

This commit is contained in:
andy
2011-11-03 15:30:24 +00:00
parent a744f7d126
commit 213ace9bc2
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ source1
scalarExplicitSourceCoeffs scalarExplicitSourceCoeffs
{ {
volumeMode absolute; volumeMode absolute;
fieldData injectionRate
{ {
hs 20000; hs 20000;
} }

View File

@ -30,7 +30,7 @@ massSource1
scalarExplicitSourceCoeffs scalarExplicitSourceCoeffs
{ {
volumeMode absolute; volumeMode absolute;
fieldData injectionRate
{ {
rho 1e-4; // kg/s rho 1e-4; // kg/s
H2O 1e-4; // kg/s H2O 1e-4; // kg/s
@ -54,7 +54,7 @@ momentumSource1
vectorExplicitSourceCoeffs vectorExplicitSourceCoeffs
{ {
volumeMode absolute; volumeMode absolute;
fieldData injectionRate
{ {
U (0 0.005 0); U (0 0.005 0);
} }
@ -77,7 +77,7 @@ energySource1
scalarExplicitSourceCoeffs scalarExplicitSourceCoeffs
{ {
volumeMode absolute; volumeMode absolute;
fieldData injectionRate
{ {
hs 10; hs 10;
} }