Skip to content

Om6wing diverged but likely because some param not properly set #252

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

Closed
wants to merge 5 commits into from

Conversation

benflexcompute
Copy link
Collaborator

No description provided.

maciej-flexcompute and others added 2 commits May 1, 2024 14:58
* added strucuture and interface for Simulation object

update design with some grouping and renaming, added user_stories to fill in

Added example

FORMAT

Added the diagram

Added stripped Flow360BaseModel

Removed allow_but_remove

WIP on updating the BaseModel to pydantic V2

WIP

Add more docstring for details

* Updated the base model to V2 in simulation

* Fix unit test

* Lint

* fresh install

* Add CI to UnderConstruction/SimulationInterface

* Try again

* Try again

* Try again

---------

Co-authored-by: benflexcompute <ben@flexcompute.com>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically just copy paste.

@@ -4,7 +4,7 @@

from flow360.component.simulation.base_model import Flow360BaseModel

from .zones import BoxZone, CylindricalZone
from .volumes import BoxZone, CylindricalZone
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File/folder organization is messed up. Need some sorting out.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly copy paste

volume_mesh_draft: Optional[VolumeMeshDraft] = None

# pylint: disable=redefined-builtin
def __init__(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major change here. Added volume_mesh_draft. We need some discussion.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar to what I did for volumeMesh

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically just copy paste

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Basically just copy paste

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dummy, validation is skipped for now.

Base automatically changed from UnderConstruction/SimulationInterface to develop August 2, 2024 14:32
@benflexcompute
Copy link
Collaborator Author

Not relevant anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants