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