Home
last modified time | relevance | path

Searched full:bc_symmetry_z (Results 1 – 14 of 14) sorted by relevance

/honee/examples/
H A Dchannel.yaml18 bc_symmetry_z: 1,2
H A Dgaussianwave.yaml9 bc_symmetry_z: 1,2
H A Dblasius.yaml37 bc_symmetry_z: 1,2
H A Dvortexshedding.yaml47 bc_symmetry_z: 6
H A Dnavierstokes.c221 …per 125,125,250 -dm_plex_dim 3 -bc_symmetry_x 5,6 -bc_symmetry_y 3,4 -bc_symmetry_z 1,2 -units_kil…
222 …per 125,125,250 -dm_plex_dim 3 -bc_symmetry_x 5,6 -bc_symmetry_y 3,4 -bc_symmetry_z 1,2 -units_kil…
227 …_second 1e-4 -mean_velocity 1.4,-2.,0 -bc_inflow 4,6 -bc_outflow 3,5 -bc_symmetry_z 1,2 -vortex_st…
228 …_second 1e-4 -mean_velocity 1.4,-2.,0 -bc_inflow 4,6 -bc_outflow 3,5 -bc_symmetry_z 1,2 -vortex_st…
229 …pper 1000,20,20 -dm_plex_dim 3 -bc_symmetry_x 5,6 -bc_symmetry_y 3,4 -bc_symmetry_z 1,2 -yzb -stab…
/honee/tests/
H A Dblasius_test.yaml24 bc_symmetry_z: 1,2
H A Dblasius_stgtest.yaml23 bc_symmetry_z: 1,2
H A Dchannel_divdiff_verify.yaml33 bc_symmetry_z: 1,2
H A Dgaussianwave_cgns_load.yaml5 bc_symmetry_z: 1,2
H A Dstats_test.yaml27 bc_symmetry_z: 1,2
H A Dsmartsim_regression_framework.py129 '-bc_symmetry_z',
/honee/doc/
H A Druntime_options.md270 * - `-bc_symmetry_z`
283 …`bc_outflow`, `bc_freestream` and/or `-bc_symmetry_x`, `-bc_symmetry_y`, and `-bc_symmetry_z` are:
H A Dexamples.md471 …box_upper 1000,1000,50 -dm_plex_dim 3 -bc_inflow 4,6 -bc_outflow 3,5 -bc_symmetry_z 1,2 -mean_velo…
539 ./navierstokes -problem shocktube -yzb -stab su -bc_symmetry_z 3,4 -bc_symmetry_y 1,2 -bc_wall 5,6 …
/honee/src/
H A Dboundary_condition.c55 const char *flags[3] = {"-bc_symmetry_x", "-bc_symmetry_y", "-bc_symmetry_z"}; in BoundaryConditionSetUp()