lagrangian: InjectionModel: Time-varying parcel flow rate
The parcelsPerSecond control can now be specified as a time-varying function. This provides additional control over the temporal distribution of injected parcels, which may be advantageous if, for example, the mass flow rate varies significantly. It also enables variable flow rates of particulates in cases which have a fixed number of particles per parcel.
This commit is contained in:
@ -77,7 +77,6 @@ subModels
|
||||
model1
|
||||
{
|
||||
type reactingLookupTableInjection;
|
||||
massTotal 0.5;
|
||||
uniformParcelSize volume;
|
||||
SOI 0;
|
||||
inputFile "parcelInjectionProperties";
|
||||
|
||||
@ -77,7 +77,6 @@ subModels
|
||||
model1
|
||||
{
|
||||
type thermoLookupTableInjection;
|
||||
massTotal 100;
|
||||
uniformParcelSize volume;
|
||||
SOI 0;
|
||||
inputFile "parcelInjectionProperties";
|
||||
|
||||
@ -77,12 +77,12 @@ subModels
|
||||
model1
|
||||
{
|
||||
type coneInjection;
|
||||
SOI 0.000;
|
||||
duration 20.000;
|
||||
SOI 0;
|
||||
duration 20;
|
||||
position (0.3 0.35 1.45);
|
||||
direction (0 0 -1);
|
||||
|
||||
massTotal 10;
|
||||
massFlowRate 0.5;
|
||||
parcelsPerSecond 1000;
|
||||
uniformParcelSize volume;
|
||||
flowRateProfile constant 0.1;
|
||||
|
||||
@ -77,7 +77,6 @@ subModels
|
||||
model1
|
||||
{
|
||||
type reactingLookupTableInjection;
|
||||
massTotal 0.1;
|
||||
uniformParcelSize volume;
|
||||
SOI 0.01;
|
||||
inputFile "parcelInjectionProperties";
|
||||
|
||||
Reference in New Issue
Block a user