Skip to content

Commit 67d714a

Browse files
authored
Merge pull request #15354 from ericvmueller/master
FDS Verification: convert level_set_ellipse.m; tweak tree_shapes.py
2 parents 7237cec + ca02a26 commit 67d714a

File tree

5 files changed

+250
-247
lines changed

5 files changed

+250
-247
lines changed

Utilities/Matlab/FDS_verification_script.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
disp('geom_positive_errors...'); geom_positive_errors
8383
disp('geom_channel_test...'); geom_channel_test
8484
disp('atmospheric_boundary_layer...'); atmospheric_boundary_layer
85-
disp('level_set_ellipse...'); level_set_ellipse
8685
disp('htc_forced...'); htc_forced
8786
disp('natconh...'); natconh
8887
disp('natconv...'); natconv

Utilities/Matlab/scripts/level_set_ellipse.m

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

Utilities/Python/FDS_verification_script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
print("heated_channel..."); subprocess.run(["python","./scripts/heated_channel.py"])
3939
print("jet_decay..."); subprocess.run(["python","./scripts/jet_decay.py"])
4040
print("law_of_the_wall..."); subprocess.run(["python","./scripts/law_of_the_wall.py"])
41+
print("level_set_ellipse..."); subprocess.run(["python","./scripts/level_set_ellipse.py"])
4142
print("plate_view_factor..."); subprocess.run(["python","./scripts/plate_view_factor.py"])
4243
print("pulsating..."); subprocess.run(["python","./scripts/pulsating.py"])
4344
print("pyrolysis..."); subprocess.run(["python","./scripts/pyrolysis.py"])

0 commit comments

Comments
 (0)