Searched full:gravity (Results 1 – 13 of 13) sorted by relevance
| /honee/examples/ |
| H A D | vortexshedding.yaml | 35 # Small gravity vector to break symmetry so shedding can start 36 gravity: 0,-.01,0
|
| H A D | taylor_green_vortex.yaml | 21 gravity: 0,0,0
|
| H A D | flatplate_STG.yaml | 50 gravity: 0,0,0
|
| H A D | blasius.yaml | 42 gravity: 0,0,0
|
| H A D | navierstokes.c | 221 …nits_kilogram 1e-9 -center 62.5,62.5,187.5 -rc 100. -thetaC -35. -mu 75 -gravity 0,0,-9.81 -ts_tim… 222 …nits_kilogram 1e-9 -center 62.5,62.5,187.5 -rc 100. -thetaC -35. -mu 75 -gravity 0,0,-9.81 -units_…
|
| /honee/qfunctions/ |
| H A D | channel.h | 35 // There is a gravity body force but it is excluded from in Exact_Channel() 94 // There is a gravity body force but it is excluded from in Channel_Inflow()
|
| H A D | densitycurrent.h | 69 // g , Gravity
|
| H A D | shocktube.h | 206 // g , Gravity
|
| H A D | eulervortex.h | 260 // g , Gravity
|
| H A D | newtonian.h | 181 // g , Gravity
|
| /honee/problems/ |
| H A D | newtonian.c | 426 PetscCall(PetscOptionsDeprecated("-g", "-gravity", "libCEED 0.11.1", NULL)); in NS_NEWTONIAN_IG() 427 …PetscCall(PetscOptionsRealArray("-gravity", "Gravitational acceleration vector", NULL, newtonian_i… in NS_NEWTONIAN_IG() 428 …if (given_option) PetscCheck(dim == 3, comm, PETSC_ERR_ARG_SIZ, "Gravity vector must be size 3, %"… in NS_NEWTONIAN_IG()
|
| /honee/doc/ |
| H A D | runtime_options.md | 458 * - `-gravity`
|
| H A D | theory.md | 20 …the $3 \times 3$ identity matrix, $\bm{b}$ is a body force vector (e.g., gravity vector $\bm{g}$),…
|