|
|
|
ThermoLookupTableInjection< CloudType > Class Template ReferenceParticle injection sources read from look-up table. Each row corresponds to an injection site. More...
Inheritance diagram for ThermoLookupTableInjection< CloudType >:
![]()
Collaboration diagram for ThermoLookupTableInjection< CloudType >:
![]()
Detailed Descriptiontemplate<class CloudType>
Particle injection sources read from look-up table. Each row corresponds to an injection site.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ThermoLookupTableInjection | ( | const dictionary & | dict, | |
| CloudType & | owner | |||
| ) | [inline] |
| ~ThermoLookupTableInjection | ( | ) | [inline, virtual] |
| Foam::label parcelsToInject | ( | const scalar | time0, | |
| const scalar | time1 | |||
| ) | const [inline, protected, virtual] |
Number of parcels to introduce over the time step relative to SOI.
Implements InjectionModel< CloudType >.
Definition at line 30 of file ThermoLookupTableInjection.C.
References List< T >::size().

| Foam::scalar volumeToInject | ( | const scalar | time0, | |
| const scalar | time1 | |||
| ) | const [inline, protected, virtual] |
Volume of parcels to introduce over the time step relative to SOI.
Implements InjectionModel< CloudType >.
Definition at line 48 of file ThermoLookupTableInjection.C.
| TypeName | ( | "ThermoLookupTableInjection< CloudType >" | ) |
Runtime type information.
| bool active | ( | ) | const [inline, virtual] |
Flag to indicate whether model activates injection model.
Implements InjectionModel< CloudType >.
Definition at line 169 of file ThermoLookupTableInjection.C.
| Foam::scalar timeEnd | ( | ) | const [inline, virtual] |
Return the end-of-injection time.
Implements InjectionModel< CloudType >.
Definition at line 176 of file ThermoLookupTableInjection.C.
| void setPositionAndCell | ( | const label | parcelI, | |
| const label | nParcels, | |||
| const scalar | time, | |||
| vector & | position, | |||
| label & | cellOwner | |||
| ) | [inline, virtual] |
Set the injection position and owner cell.
Implements InjectionModel< CloudType >.
Definition at line 184 of file ThermoLookupTableInjection.C.
References InjectionModel< CloudType >::SOI_.
| bool fullyDescribed | ( | ) | const [inline, virtual] |
Flag to identify whether model fully describes the parcel.
Implements InjectionModel< CloudType >.
Definition at line 173 of file ThermoLookupTableInjection.H.
| bool validInjection | ( | const label | parcelI | ) | [inline, virtual] |
Return flag to identify whether or not injection of parcelI is.
permitted
Implements InjectionModel< CloudType >.
Definition at line 235 of file ThermoLookupTableInjection.C.