ENH: Renamed volumeFlowRate to flowRateProfile in injection models

This commit is contained in:
andy
2010-04-01 12:37:17 +01:00
parent f99a145143
commit 5a6f5a83ca
8 changed files with 21 additions and 21 deletions

View File

@ -98,7 +98,7 @@ PatchInjectionCoeffs
duration 10000;
parcelsPerSecond 1e5;
U0 (40 0 0);
volumeFlowRate constant 1;
flowRateProfile constant 1;
parcelPDF
{
pdfType general;

View File

@ -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;