mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
updating injection mechanism + added coneInjection model
This commit is contained in:
@ -23,7 +23,7 @@ FoamFile
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
// Particle sub-models
|
||||
InjectionModel ManualInjection;
|
||||
InjectionModel ConeInjection;
|
||||
DragModel SphereDrag;
|
||||
DispersionModel StochasticDispersionRAS;
|
||||
WallInteractionModel StandardWallInteraction;
|
||||
@ -76,6 +76,46 @@ ManualInjectionCoeffs
|
||||
}
|
||||
}
|
||||
|
||||
ConeInjectionCoeffs
|
||||
{
|
||||
SOI 0.001;
|
||||
duration 0.005;
|
||||
position (0.025 0.25 0.05);
|
||||
direction (0 -1 0);
|
||||
parcelsPerSecond 1000000;
|
||||
volumeFlowRate Constant;
|
||||
volumeFlowRateCoeffs
|
||||
{
|
||||
value 0.01;
|
||||
}
|
||||
Umag Constant;
|
||||
UmagCoeffs
|
||||
{
|
||||
value 50.0;
|
||||
}
|
||||
thetaInner Constant;
|
||||
thetaInnerCoeffs
|
||||
{
|
||||
value 0.0;
|
||||
}
|
||||
thetaOuter Constant;
|
||||
thetaOuterCoeffs
|
||||
{
|
||||
value 30.0;
|
||||
}
|
||||
parcelPDF
|
||||
{
|
||||
pdfType RosinRammler;
|
||||
RosinRammlerPDF
|
||||
{
|
||||
minValue 50.0e-06;
|
||||
maxValue 100.0e-06;
|
||||
d (75.0e-06);
|
||||
n (0.5);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
StandardWallInteractionCoeffs
|
||||
{
|
||||
e e [ 0 0 0 0 0] 1;
|
||||
|
||||
@ -57,11 +57,11 @@ edges
|
||||
|
||||
patches
|
||||
(
|
||||
patch top
|
||||
wall top
|
||||
(
|
||||
(13 15 14 12)
|
||||
)
|
||||
patch bottom
|
||||
wall bottom
|
||||
(
|
||||
(0 1 5 4)
|
||||
(1 8 10 5)
|
||||
|
||||
Reference in New Issue
Block a user