Skip to content

Conversation

@prmukherj
Copy link
Collaborator

Context

What was the situation or problem before this change?

Change Summary

What changes were made?

Rationale

Why was this approach taken?

Impact

What parts of the system or workflows are affected?

@github-actions github-actions bot added the documentation Documentation related (improving, adding, etc) label Nov 25, 2025
@mayankansys mayankansys self-assigned this Dec 19, 2025
wt.create_surface_mesh.cfd_surface_mesh_controls.max_size = 0.3
wt.create_surface_mesh()
# Describe geometry
wt.describe_geometry.setup_type = "The geometry consists of only fluid regions with no voids"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is Parameter or attribute based configuration, should we keep it this way only or though the Enum/Function based configuration.

@prmukherj

)
bc = solver.setup.boundary_conditions
# Velocity inlet
inlet = VelocityInlet(settings_source=solver, name="cold-inlet")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Unable to find out, can we write it down as like this:
VelocityInlet(settings_source=solver)(name="cold-inlet")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Documentation related (improving, adding, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants