mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-2.0/
This commit is contained in:
@ -32,18 +32,7 @@ inline Foam::ThermoParcel<ParcelType>::TrackingData<CloudType>::TrackingData
|
||||
)
|
||||
:
|
||||
ParcelType::template TrackingData<CloudType>(cloud, part),
|
||||
Cp_
|
||||
(
|
||||
IOobject
|
||||
(
|
||||
"Cp",
|
||||
cloud.db().time().timeName(),
|
||||
cloud.db(),
|
||||
IOobject::NO_READ,
|
||||
IOobject::NO_WRITE
|
||||
),
|
||||
cloud.thermo().thermo().Cp()
|
||||
),
|
||||
Cp_(cloud.thermo().thermo().Cp()),
|
||||
TInterp_
|
||||
(
|
||||
interpolation<scalar>::New
|
||||
|
||||
Reference in New Issue
Block a user