-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coarsen and overwritebcs modifications (#44)
Co-authored-by: josh <[email protected]> Co-authored-by: Anil Yildirim <[email protected]> Co-authored-by: Sabet Seraj <[email protected]>
- Loading branch information
1 parent
29d69b6
commit d3948bb
Showing
6 changed files
with
323 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
1 klow bcwallviscous wall | ||
1 khigh bcfarfield Far | ||
1 jhigh bcsymmetryplane Sym | ||
2 klow bcwallviscous wall | ||
2 khigh bcfarfield Far | ||
2 jlow bcsymmetryplane Sym | ||
3 klow bcwallviscous wall | ||
3 khigh bcfarfield Far | ||
3 jhigh bcsymmetryplane Sym | ||
4 klow bcwallviscous wall | ||
4 khigh bcfarfield Far | ||
4 jhigh bcsymmetryplane Sym | ||
5 klow bcwallviscousisothermal hotwall BCDataSet_t bcwallviscousisothermal Dirichlet Temperature 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 | ||
5 khigh bcfarfield Far |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/bash | ||
|
||
# This script demonstrates how to run and use the overwritebc option to add array bc data | ||
CGNS_INFILE="717_wl_L2.cgns" | ||
CGNS_OUTFILE="717_wl_L2_overwriteBCs_array.cgns" | ||
BC_FILE="hotwall_boco.info" | ||
|
||
|
||
# Run the command | ||
cgns_utils overwriteBC $CGNS_INFILE $BC_FILE $CGNS_OUTFILE |
Oops, something went wrong.