-
Notifications
You must be signed in to change notification settings - Fork 7
integrate geometry, surface and volume mesher #267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
integrate geometry, surface and volume mesher #267
Conversation
8772e49
to
981349d
Compare
981349d
to
e5e2e8b
Compare
from flow360 import units as u | ||
|
||
|
||
def createBaseParams_airplane(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create_base_params_airplane
also, why do we want this to be in the examples? We already have example on how to create Flow360Params. We can use this as second example. But other examples should not refer to this file. If they need to load example config, it needs to be loaded from file. Every example should be standalone runnable script
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as ariplane_case.py comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
flow360/component/surface_mesh.py
Outdated
class SurfaceMeshFileFormat(Enum): | ||
""" | ||
Surface mesh file format | ||
""" | ||
|
||
UGRID = "lb8.ugrid" | ||
STL = "stl" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a test is needed for this class
7d9582d
into
UnderConstruction/SimulationInterface
integrate geometry, surface and volume mesher (#267) * rebase to UnderConstruction/SimulationInterface * use preprod env * lint * fix example * fix * finish csm->case using v1 and v2 * add example: csm geometry -> v2 mesher -> case * finish egads and csm examples * added cylinder * add examples for 3rd party cylinder geometry * fix * address comments of case config in examples * split cylinder into cylinder2d and cylinder3d * split cylinder into 2d and 3d * remove airplane and cylinder params * fix examples for meshing * fix unit test * update Update cached model to store all constructor function arguments (#318) * Update cached model to store all constructor function arguments * Fix pylint * Fix warnings added default values to service bumped version updates added warnings to validate_model service added length units to default params updates to service integration added custom constructor framework (#308) updates fixed volume mesh error added private_attribute_constructor and private_attribute_input_cache Formatting
Uh oh!
There was an error while loading. Please reload this page.