mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Renamed volumeFlowRate to flowRateProfile in injection models
This commit is contained in:
@ -98,7 +98,7 @@ PatchInjectionCoeffs
|
||||
duration 10000;
|
||||
parcelsPerSecond 1e5;
|
||||
U0 (40 0 0);
|
||||
volumeFlowRate constant 1;
|
||||
flowRateProfile constant 1;
|
||||
parcelPDF
|
||||
{
|
||||
pdfType general;
|
||||
|
||||
@ -86,7 +86,7 @@ ConeInjectionCoeffs
|
||||
position ( 0.25 0.25 0.05 );
|
||||
direction ( 0 -1 0 );
|
||||
parcelsPerSecond 10000;
|
||||
volumeFlowRate Constant 0.01;
|
||||
flowRateProfile Constant 0.01;
|
||||
Umag Constant 50;
|
||||
thetaInner Constant 0;
|
||||
thetaOuter Constant 30;
|
||||
|
||||
Reference in New Issue
Block a user