7 lines
100 B
C
7 lines
100 B
C
autoPtr<solidThermo> thermo
|
|
(
|
|
solidThermo::New(mesh)
|
|
);
|
|
|
|
const volScalarField& T = thermo->T();
|