Skip to content

Commit 7b4df74

Browse files
committed
Make necessary changes to run the case.
1 parent 4e23045 commit 7b4df74

File tree

4 files changed

+3
-35
lines changed

4 files changed

+3
-35
lines changed

multiphysics/unsteady_cht/flow_cylinder.cfg

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,6 @@ SURFACE_FILENAME= surface_flow
217217
% Output file surface adjoint coefficient (w/o extension)
218218
SURFACE_ADJ_FILENAME= surface_adjoint
219219
%
220-
% Writing solution file frequency
221-
WRT_SOL_FREQ= 250
222-
%
223-
% Writing convergence history frequency
224-
WRT_CON_FREQ= 1
225-
226220
% ------------------------ GRID DEFORMATION PARAMETERS ------------------------%
227221
%
228222
% Linear solver or smoother for implicit formulations (FGMRES, RESTARTED_FGMRES, BCGSTAB)
@@ -241,5 +235,3 @@ DEFORM_CONSOLE_OUTPUT= YES
241235
% WALL_DISTANCE, CONSTANT_STIFFNESS)
242236
DEFORM_STIFFNESS_TYPE= INVERSE_VOLUME
243237
%
244-
% Visualize the deformation (NO, YES)
245-
VISUALIZE_VOLUME_DEF= YES

multiphysics/unsteady_cht/solid_cylinder1.cfg

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
% Physical governing equations (EULER, NAVIER_STOKES,
1111
% WAVE_EQUATION, HEAT_EQUATION, FEM_ELASTICITY,
1212
% POISSON_EQUATION)
13-
SOLVER= HEAT_EQUATION_FVM
13+
SOLVER= HEAT_EQUATION
1414
%
1515
% Restart solution (NO, YES)
1616
RESTART_SOL= NO
@@ -145,12 +145,6 @@ SURFACE_FILENAME= surface_flow
145145
% Output file surface adjoint coefficient (w/o extension)
146146
SURFACE_ADJ_FILENAME= surface_adjoint
147147
%
148-
% Writing solution file frequency
149-
WRT_SOL_FREQ= 250
150-
%
151-
% Writing convergence history frequency
152-
WRT_CON_FREQ= 1
153-
154148
% ------------------------ GRID DEFORMATION PARAMETERS ------------------------%
155149
%
156150
% Linear solver or smoother for implicit formulations (FGMRES, RESTARTED_FGMRES, BCGSTAB)
@@ -169,5 +163,3 @@ DEFORM_CONSOLE_OUTPUT= YES
169163
% WALL_DISTANCE, CONSTANT_STIFFNESS)
170164
DEFORM_STIFFNESS_TYPE= INVERSE_VOLUME
171165
%
172-
% Visualize the deformation (NO, YES)
173-
VISUALIZE_VOLUME_DEF= YES

multiphysics/unsteady_cht/solid_cylinder2.cfg

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
% Physical governing equations (EULER, NAVIER_STOKES,
1111
% WAVE_EQUATION, HEAT_EQUATION, FEM_ELASTICITY,
1212
% POISSON_EQUATION)
13-
SOLVER= HEAT_EQUATION_FVM
13+
SOLVER= HEAT_EQUATION
1414
%
1515
% Restart solution (NO, YES)
1616
RESTART_SOL= NO
@@ -146,12 +146,6 @@ SURFACE_FILENAME= surface_flow
146146
% Output file surface adjoint coefficient (w/o extension)
147147
SURFACE_ADJ_FILENAME= surface_adjoint
148148
%
149-
% Writing solution file frequency
150-
WRT_SOL_FREQ= 250
151-
%
152-
% Writing convergence history frequency
153-
WRT_CON_FREQ= 1
154-
155149
% ------------------------ GRID DEFORMATION PARAMETERS ------------------------%
156150
%
157151
% Linear solver or smoother for implicit formulations (FGMRES, RESTARTED_FGMRES, BCGSTAB)
@@ -170,5 +164,3 @@ DEFORM_CONSOLE_OUTPUT= YES
170164
% WALL_DISTANCE, CONSTANT_STIFFNESS)
171165
DEFORM_STIFFNESS_TYPE= INVERSE_VOLUME
172166
%
173-
% Visualize the deformation (NO, YES)
174-
VISUALIZE_VOLUME_DEF= YES

multiphysics/unsteady_cht/solid_cylinder3.cfg

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
% Physical governing equations (EULER, NAVIER_STOKES,
1111
% WAVE_EQUATION, HEAT_EQUATION, FEM_ELASTICITY,
1212
% POISSON_EQUATION)
13-
SOLVER= HEAT_EQUATION_FVM
13+
SOLVER= HEAT_EQUATION
1414
%
1515
% Restart solution (NO, YES)
1616
RESTART_SOL= NO
@@ -146,12 +146,6 @@ SURFACE_FILENAME= surface_flow
146146
% Output file surface adjoint coefficient (w/o extension)
147147
SURFACE_ADJ_FILENAME= surface_adjoint
148148
%
149-
% Writing solution file frequency
150-
WRT_SOL_FREQ= 250
151-
%
152-
% Writing convergence history frequency
153-
WRT_CON_FREQ= 1
154-
155149
% ------------------------ GRID DEFORMATION PARAMETERS ------------------------%
156150
%
157151
% Linear solver or smoother for implicit formulations (FGMRES, RESTARTED_FGMRES, BCGSTAB)
@@ -170,5 +164,3 @@ DEFORM_CONSOLE_OUTPUT= YES
170164
% WALL_DISTANCE, CONSTANT_STIFFNESS)
171165
DEFORM_STIFFNESS_TYPE= INVERSE_VOLUME
172166
%
173-
% Visualize the deformation (NO, YES)
174-
VISUALIZE_VOLUME_DEF= YES

0 commit comments

Comments
 (0)