Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
4e23045
Add unsteady CHT tutorial files.
TobiKattmann Mar 4, 2021
7b4df74
Make necessary changes to run the case.
TobiKattmann Mar 4, 2021
3f45ca0
Change unsteady CHT Testcase options.
TobiKattmann Mar 18, 2021
507fc80
Adapt to new cfg options of 1226.
TobiKattmann Mar 18, 2021
56aedab
Merge pull request #12 from su2code/unsteady_cht_tutorial
TobiKattmann Mar 18, 2021
ac2a3d9
Remove unused CONV_CRITERIA from all tutorials.
TobiKattmann Mar 19, 2021
36145c6
Merge pull request #13 from su2code/remove_convcriteria
TobiKattmann Mar 19, 2021
aa1eaa6
Update fluid.cfg
Nicola-Fonzi Apr 5, 2021
3da975f
Update fluid.cfg
Nicola-Fonzi Apr 5, 2021
56c0e05
Update fluid.cfg
Nicola-Fonzi Apr 5, 2021
c3cd8f2
Update fluid.cfg
Nicola-Fonzi Apr 5, 2021
d06c159
Update fluid.cfg
Nicola-Fonzi Apr 5, 2021
b3ee198
Merge pull request #14 from su2code/fix_unsteadyFsiPythonCfg
Nicola-Fonzi Apr 16, 2021
88bcff6
Revert premature cfg-option name change that failed reg tests.
TobiKattmann Jun 11, 2021
f9908d5
Update solid.cfg
Nicola-Fonzi Jun 23, 2021
e012f59
Update solid.cfg
Nicola-Fonzi Jun 23, 2021
e982305
Update solid.cfg
Nicola-Fonzi Jun 23, 2021
1017dcc
Update solid.cfg
Nicola-Fonzi Jun 23, 2021
32a24e2
Update solid.cfg
Nicola-Fonzi Jun 23, 2021
07419e5
Merge pull request #15 from su2code/update_fsi_python
Nicola-Fonzi Jun 27, 2021
c6edb17
Fix failing reg test due to changed option name.
TobiKattmann Jul 20, 2021
8ac5df9
Change steady-cht cfg to match the incomp2D in Testcases. Tutorial wa…
TobiKattmann Jul 20, 2021
f4536d6
Change KT_CONSTANT to THERMAL_CONDUCTIVITY_CONSTANT.
TobiKattmann Jul 29, 2021
93c742f
Merge pull request #16 from su2code/feature_heatcoeff_BC
TobiKattmann Jul 31, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update fluid.cfg
  • Loading branch information
Nicola-Fonzi authored Apr 5, 2021
commit aa1eaa6a71c32bc051d1dd7d24b999491e561cfd
1 change: 0 additions & 1 deletion multiphysics/unsteady_fsi_python/Ma01/fluid.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ DEFORM_MESH = YES
MARKER_DEFORM_MESH = ( airfoil )
DEFORM_STIFFNESS_TYPE = WALL_DISTANCE
DEFORM_LINEAR_SOLVER_ITER= 200
MARKER_FLUID_LOAD = ( airfoil )
% ------------- COMMON PARAMETERS DEFINING THE NUMERICAL METHOD ---------------%
%
% Numerical method for spatial gradients (GREEN_GAUSS, WEIGHTED_LEAST_SQUARES)
Expand Down