mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
7 lines
100 B
C
7 lines
100 B
C
autoPtr<solidThermo> thermo
|
|
(
|
|
solidThermo::New(mesh)
|
|
);
|
|
|
|
const volScalarField& T = thermo->T();
|