idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.72k stars 1.04k forks source link

Adding Navier-Stokes Example Documentation for the Butterfly-Valve #28619

Open DanielYankura opened 1 week ago

DanielYankura commented 1 week ago

Motivation

Adding examples to the Navier-Stokes page will make it easier for users to get started.

Design

Include instructions and meshes for simulating the butterfly-valve

Impact

None

GiudGiud commented 2 days ago

how big is the mesh for the butterfly valve?

DanielYankura commented 2 days ago

I have a coarse, medium, and fine mesh for each angle (five different angles). The coarse meshes are between 50-100k cells and the fine meshes are between 200-250k cells.

GiudGiud commented 2 days ago

50k cells, how big of a mesh file does that give you (in MB)? we try our best to avoid large files in moose

DanielYankura commented 1 day ago

So the coarse meshes are around 8MB, the medium ones around 12MB, and the fine meshes about 21MB

GiudGiud commented 1 day ago

I'd say it's a little much. You could put the example in the virtual test bed instead?