mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Construct from tmp to avoid field db clash
This commit is contained in:
@ -32,18 +32,7 @@ inline Foam::ThermoParcel<ParcelType>::TrackingData<CloudType>::TrackingData
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
ParcelType::template TrackingData<CloudType>(cloud, part),
|
ParcelType::template TrackingData<CloudType>(cloud, part),
|
||||||
Cp_
|
Cp_(cloud.thermo().thermo().Cp()),
|
||||||
(
|
|
||||||
IOobject
|
|
||||||
(
|
|
||||||
"Cp",
|
|
||||||
cloud.db().time().timeName(),
|
|
||||||
cloud.db(),
|
|
||||||
IOobject::NO_READ,
|
|
||||||
IOobject::NO_WRITE
|
|
||||||
),
|
|
||||||
cloud.thermo().thermo().Cp()
|
|
||||||
),
|
|
||||||
TInterp_
|
TInterp_
|
||||||
(
|
(
|
||||||
interpolation<scalar>::New
|
interpolation<scalar>::New
|
||||||
|
|||||||
Reference in New Issue
Block a user