ENH: update to porousExplicitSourceReactingParcelFoam filter tutorial

This commit is contained in:
andy
2010-02-08 16:32:08 +00:00
parent ba08700859
commit b3630c3f45
3 changed files with 9 additions and 9 deletions

View File

@ -25,7 +25,7 @@ FoamFile
volumeMode absolute; volumeMode absolute;
fieldData fieldData
( (
(H2O 0.005) (H2O 1e-4) // kg/s
); );
points points
( (

View File

@ -14,12 +14,12 @@ FoamFile
object scalarListList; object scalarListList;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// x y z u v w d rho mDot T cp Y0..YN // (x y z) (u v w) d rho mDot T cp (Y0..Y2) (Yg0..YgN) (Yl0..YlN) (Ys0..YsN)
( (
(0.1 0.32 0.0 0.5 0.25 0.0 0.001 1000 0.2 300 4200 1.0) (0.1 0.32 0.0) (0.5 0.25 0.0) 0.001 1000 0.2 300 4200 (0 1 0) () (1) ()
(0.1 0.44 0.0 0.5 0.10 0.0 0.001 1000 0.2 300 4200 1.0) (0.1 0.44 0.0) (0.5 0.10 0.0) 0.001 1000 0.2 300 4200 (0 1 0) () (1) ()
(0.1 0.56 0.0 0.5 -0.10 0.0 0.001 1000 0.2 300 4200 1.0) (0.1 0.56 0.0) (0.5 -0.10 0.0) 0.001 1000 0.2 300 4200 (0 1 0) () (1) ()
(0.1 0.68 0.0 0.5 -0.25 0.0 0.001 1000 0.2 300 4200 1.0) (0.1 0.68 0.0) (0.5 -0.25 0.0) 0.001 1000 0.2 300 4200 (0 1 0) () (1) ()
); );

View File

@ -17,8 +17,8 @@ FoamFile
active true; active true;
//InjectionModel ReactingLookupTableInjection; InjectionModel ReactingMultiphaseLookupTableInjection;
InjectionModel ManualInjection; //InjectionModel ManualInjection;
DragModel SphereDrag; DragModel SphereDrag;
@ -106,7 +106,7 @@ ManualInjectionCoeffs
} }
} }
ReactingLookupTableInjectionCoeffs ReactingMultiphaseLookupTableInjectionCoeffs
{ {
massTotal massTotal [ 1 0 0 0 0 ] 1e-2; massTotal massTotal [ 1 0 0 0 0 ] 1e-2;
parcelBasisType mass; parcelBasisType mass;