mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Extended spray cone nozzle injection
This commit is contained in:
@ -175,6 +175,18 @@ cloudFunctions
|
||||
cycLeft_half1
|
||||
);
|
||||
}
|
||||
|
||||
facePostProcessing
|
||||
{
|
||||
surfaceFormat vtk;
|
||||
resetOnWrite no;
|
||||
log yes;
|
||||
|
||||
faceZones
|
||||
(
|
||||
cycLeft
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -112,8 +112,9 @@ subModels
|
||||
massTotal 6.0e-6;
|
||||
parcelBasisType mass;
|
||||
injectionMethod disc;
|
||||
outerNozzleDiameter 1.9e-4;
|
||||
innerNozzleDiameter 0;
|
||||
flowType flowRateAndDischarge;
|
||||
outerDiameter 1.9e-4;
|
||||
innerDiameter 0;
|
||||
duration 1.25e-3;
|
||||
position ( 0 0.0995 0 );
|
||||
direction ( 0 -1 0 );
|
||||
|
||||
Reference in New Issue
Block a user