-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As the EB2::Build code is updated, I made some changes to read and produce a plot of a geometry with an stl file. The inputs file also has been updated accordingly.
- Loading branch information
Showing
2 changed files
with
25 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
prob_lo= 0 0 0 | ||
prob_hi= 220 35 60 | ||
ncells = 128 32 64 | ||
stl_file=airfoil.stl | ||
max_grid_size=8 | ||
outside_point=250.0 250.0 250.0 | ||
eb2.geom_type = stl | ||
eb2.stl_file = airfoil.stl | ||
|
||
eb2.stl_scale = 1 # default is 1 | ||
eb2.stl_center = 0 0 0 # default is (0,0,0) | ||
eb2.stl_reverse_normal = 0 # default is 0. | ||
|
||
prob_lo = 0 0 0 | ||
prob_hi = 220 35 60 | ||
ncells = 128 32 64 | ||
|
||
max_grid_size = 8 | ||
|
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