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 1e-2;
|
||||
uniformParcelSize volume;
|
||||
SOI 0.5;
|
||||
inputFile "parcelInjectionProperties";
|
||||
|
||||
@ -78,7 +78,7 @@ subModels
|
||||
{
|
||||
type patchInjection;
|
||||
SOI 0.01;
|
||||
massTotal 8;
|
||||
massFlowRate 16;
|
||||
uniformParcelSize volume;
|
||||
patchName inletCentral;
|
||||
duration 10000;
|
||||
|
||||
Reference in New Issue
Block a user