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:
Will Bainbridge
2023-06-13 15:34:40 +01:00
parent 0fa46ef28a
commit 3eed5c0c99
22 changed files with 91 additions and 65 deletions

View File

@ -77,7 +77,6 @@ subModels
model1
{
type reactingLookupTableInjection;
massTotal 1e-2;
uniformParcelSize volume;
SOI 0.5;
inputFile "parcelInjectionProperties";

View File

@ -78,7 +78,7 @@ subModels
{
type patchInjection;
SOI 0.01;
massTotal 8;
massFlowRate 16;
uniformParcelSize volume;
patchName inletCentral;
duration 10000;