Skip to content

Commit 6a0be5a

Browse files
Added PINN test case for data-driven fluid model
1 parent e927a02 commit 6a0be5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ def main():
10661066
datadriven_fluidModel.cfg_dir = "nicf/datadriven"
10671067
datadriven_fluidModel.cfg_file = "datadriven_nozzle.cfg"
10681068
datadriven_fluidModel.test_iter = 50
1069-
datadriven_fluidModel.test_vals = [-2.632817, 0.155922, 4.690917, 0.000000, 0.000000]
1069+
datadriven_fluidModel.test_vals = [-5.506499, -3.447247, -3.859876, -1.251899, -2.140268, 1.267121]
10701070
test_list.append(datadriven_fluidModel)
10711071

10721072
######################################

0 commit comments

Comments
 (0)