ENH: update to porousExplicitSourceReactingParcelFoam filter tutorial
This commit is contained in:
parent
ba08700859
commit
b3630c3f45
@ -25,7 +25,7 @@ FoamFile
|
||||
volumeMode absolute;
|
||||
fieldData
|
||||
(
|
||||
(H2O 0.005)
|
||||
(H2O 1e-4) // kg/s
|
||||
);
|
||||
points
|
||||
(
|
||||
|
@ -14,12 +14,12 @@ FoamFile
|
||||
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.44 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 1.0)
|
||||
(0.1 0.68 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 (0 1 0) () (1) ()
|
||||
(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 (0 1 0) () (1) ()
|
||||
);
|
||||
|
||||
|
||||
|
@ -17,8 +17,8 @@ FoamFile
|
||||
|
||||
active true;
|
||||
|
||||
//InjectionModel ReactingLookupTableInjection;
|
||||
InjectionModel ManualInjection;
|
||||
InjectionModel ReactingMultiphaseLookupTableInjection;
|
||||
//InjectionModel ManualInjection;
|
||||
|
||||
DragModel SphereDrag;
|
||||
|
||||
@ -106,7 +106,7 @@ ManualInjectionCoeffs
|
||||
}
|
||||
}
|
||||
|
||||
ReactingLookupTableInjectionCoeffs
|
||||
ReactingMultiphaseLookupTableInjectionCoeffs
|
||||
{
|
||||
massTotal massTotal [ 1 0 0 0 0 ] 1e-2;
|
||||
parcelBasisType mass;
|
||||
|
Loading…
Reference in New Issue
Block a user