Skip to content
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

Add aeroacoustic write per patch feature #92

Merged
merged 4 commits into from
Nov 29, 2023

Conversation

chai-flex
Copy link
Contributor

No description provided.

@@ -914,6 +914,7 @@ class AeroacousticOutput(Flow360BaseModel):
animation_frequency_offset: Optional[int] = pd.Field(alias="animationFrequencyOffset")
patch_type: Optional[str] = pd.Field("solid", const=True, alias="patchType")
observers: List[Coordinate] = pd.Field()
write_per_surface_output: Optional[bool] = pd.Field(alias="writePerSurfaceOutput")
Copy link
Collaborator

Choose a reason for hiding this comment

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

does it have default value? You can pass default as first argument to pd.Field()

@maciej-flexcompute maciej-flexcompute merged commit f3df5ef into develop Nov 29, 2023
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