Searched full:gravity (Results 1 – 12 of 12) sorted by relevance
| /libCEED/examples/fluids/ |
| H A D | vortexshedding.yaml | 35 # Small gravity vector to break symmetry so shedding can start 36 gravity: 0,-.01,0
|
| H A D | blasius.yaml | 38 gravity: 0,0,0
|
| H A D | navierstokes.c | 40 …nits_kilogram 1e-9 -center 62.5,62.5,187.5 -rc 100. -thetaC -35. -mu 75 -gravity 0,0,-9.81 -ts_dt … 41 …nits_kilogram 1e-9 -center 62.5,62.5,187.5 -rc 100. -thetaC -35. -mu 75 -gravity 0,0,-9.81 -units_…
|
| H A D | README.md | 587 * - `-gravity`
|
| H A D | index.md | 28 …the $3 \times 3$ identity matrix, $\bm{b}$ is a body force vector (e.g., gravity vector $\bm{g}$),…
|
| /libCEED/examples/solids/ |
| H A D | README.md | 201 For example, consider a problem involving metals subject to gravity. 215 * - Body force (gravity) on volume, $\int \rho \bm g$ 220 … significant for a given displacement size; the relative significance of gravity increases as the …
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | channel.h | 43 // There is a gravity body force but it is excluded from in Exact_Channel() 102 // There is a gravity body force but it is excluded from in Channel_Inflow()
|
| H A D | densitycurrent.h | 76 // g , Gravity
|
| H A D | shocktube.h | 218 // g , Gravity
|
| H A D | newtonian.h | 143 // g , Gravity
|
| H A D | eulervortex.h | 266 // g , Gravity
|
| /libCEED/examples/fluids/problems/ |
| H A D | newtonian.c | 330 PetscCall(PetscOptionsDeprecated("-g", "-gravity", "libCEED 0.11.1", NULL)); in NS_NEWTONIAN_IG() 331 …PetscCall(PetscOptionsRealArray("-gravity", "Gravitational acceleration vector", NULL, g, &dim, &g… in NS_NEWTONIAN_IG() 332 …if (given_option) PetscCheck(dim == 3, comm, PETSC_ERR_ARG_SIZ, "Gravity vector must be size 3, %"… in NS_NEWTONIAN_IG()
|