solidDisplacementFoam: Cache the "C" field so that it can be used in thermal BCs
This commit is contained in:
@ -44,11 +44,11 @@ volScalarField DT
|
||||
);
|
||||
|
||||
|
||||
// Cache "C" for use in thermal BCs
|
||||
autoPtr<volScalarField> CPtr;
|
||||
|
||||
if (thermalStress)
|
||||
{
|
||||
|
||||
autoPtr<volScalarField> CPtr;
|
||||
|
||||
IOobject CIO
|
||||
(
|
||||
"C",
|
||||
|
||||
Reference in New Issue
Block a user