Skip to content

Commit ef60055

Browse files
committed
Replace some deprecated config options.
1 parent 035a17a commit ef60055

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_tutorials/multiphysics/steady_cht/Static_CHT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ MARKER_ISOTHERMAL= ( core1, 350.0 )
127127
The solid's material properties are chosen as follows.
128128
```
129129
% Solid density (kg/m^3)
130-
SOLID_DENSITY= 0.00021
130+
MATERIAL_DENSITY= 0.00021
131131
%
132132
% Solid specific heat (J/kg*K)
133-
SPECIFIC_HEAT_CP_SOLID = 1004.703
133+
SPECIFIC_HEAT_CP = 1004.703
134134
%
135135
% Solid thermal conductivity (W/m*K)
136-
THERMAL_CONDUCTIVITY_SOLID= 0.1028
136+
KT_CONSTANT= 0.1028
137137
```
138138

139139
### Running SU2

_tutorials/multiphysics/unsteady_cht/Inc_Heated_Cylinders_Unsteady.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ INC_DENSITY_INIT= 0.0210322
4848
in [flow_cylinder.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/flow_cylinder.cfg) and
4949

5050
```
51-
SOLID_DENSITY= 0.0210322
51+
MATERIAL_DENSITY= 0.0210322
5252
```
5353
in [solid_cylinder1.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/solid_cylinder1.cfg), [solid_cylinder2.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/solid_cylinder2.cfg) and [solid_cylinder3.cfg](https://github.com/su2code/Tutorials/tree/master/multiphysics/unsteady_cht/solid_cylinder3.cfg)
5454

0 commit comments

Comments
 (0)