34 template<
class ParcelType>
41 template<
class ParcelType>
49 this->interpolationSchemes(),
55 this->interpolationSchemes(),
61 this->interpolationSchemes(),
67 this->interpolationSchemes(),
73 this->interpolationSchemes(),
77 typename ParcelType::trackData td
89 this->injection().inject(td);
100 template<
class ParcelType>
109 template<
class ParcelType>
130 constProps_(this->particleProperties()),
131 carrierThermo_(thermo),
136 this->particleProperties(),
142 scalarIntegrationScheme::New
145 this->particleProperties().subDict(
"integrationSchemes")
148 radiation_(this->particleProperties().lookup(
"radiation")),
153 this->
name() +
"hsTrans",
173 template<
class ParcelType>
180 template<
class ParcelType>
184 const scalar lagrangianDt,
185 const bool fullyDescribed
197 parcel.T() = constProps_.T0();
198 parcel.cp() = constProps_.cp0();
203 template<
class ParcelType>
207 hsTrans_.field() = 0.0;
211 template<
class ParcelType>
228 template<
class ParcelType>