Skip to content

Commit 4177229

Browse files
committed
FDS Verification: Convert yplus and heated_channel
1 parent 2c9fcc8 commit 4177229

File tree

6 files changed

+176
-307
lines changed

6 files changed

+176
-307
lines changed

Utilities/Matlab/scripts/heated_channel.m

Lines changed: 0 additions & 232 deletions
This file was deleted.

Utilities/Matlab/scripts/wall_model.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
% This script generates all plots necessary for the wall model section
66
% of the verification guide.
77

8-
yplus % Near-wall grid resolution
9-
heated_channel % Heated Channel Flow
108
blasius % Blasius boundary layer
119
blasius_thermal % Pohlhausen boundary layer
1210
ribbed_channel % Ribbed channel flow

Utilities/Matlab/scripts/yplus.m

Lines changed: 0 additions & 73 deletions
This file was deleted.

Utilities/Python/FDS_verification_script.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
# Special cases
3232

3333
print("fds_moody_chart..."); subprocess.run(["python","./scripts/fds_moody_chart.py"])
34+
print("heated_channel..."); subprocess.run(["python","./scripts/heated_channel.py"])
3435
print("jet_decay..."); subprocess.run(["python","./scripts/jet_decay.py"])
3536
print("law_of_the_wall..."); subprocess.run(["python","./scripts/law_of_the_wall.py"])
3637
print("pyrolysis..."); subprocess.run(["python","./scripts/pyrolysis.py"])
3738
print("turb_model..."); subprocess.run(["python","./scripts/turb_model.py"])
39+
print("yplus..."); subprocess.run(["python","./scripts/yplus.py"])
3840

3941
print("verification scripts completed successfully!")

0 commit comments

Comments
 (0)