Searched refs:reference (Results 1 – 12 of 12) sorted by relevance
| /honee/qfunctions/ |
| H A D | taylorgreen.h | 14 StatePrimitive reference; member 31 StatePrimitive reference = context->reference; in ICsTaylorGreen() local 32 const CeedScalar V0 = Norm3(reference.velocity); in ICsTaylorGreen() 33 const CeedScalar density0 = reference.pressure / (reference.temperature * R); in ICsTaylorGreen() 40 …Y[0] = reference.pressure + (density0 * Square(V0) / 16) * (cos(2 * x[0]) + cos(2 * x[1])) * (cos(… in ICsTaylorGreen() 44 Y[4] = reference.temperature; in ICsTaylorGreen()
|
| H A D | newtonian_types.h | 63 StatePrimitive reference; member
|
| H A D | newtonian.h | 24 State s = StateFromPrimitive(gas, context->reference); in ICsNewtonianIG()
|
| /honee/problems/ |
| H A D | newtonian.c | 385 StatePrimitive reference = {.pressure = 1.01e5, .velocity = {0}, .temperature = 288.15}; in NS_NEWTONIAN_IG() local 408 .idl_pressure = reference.pressure, in NS_NEWTONIAN_IG() 444 …r("-reference_pressure", "Reference/initial pressure", NULL, reference.pressure, &reference.pressu… in NS_NEWTONIAN_IG() 445 …sScalarArray("-reference_velocity", "Reference/initial velocity", NULL, reference.velocity, &dim, … in NS_NEWTONIAN_IG() 446 …erence_temperature", "Reference/initial temperature", NULL, reference.temperature, &reference.temp… in NS_NEWTONIAN_IG() 466 newtonian_ig_ctx->idl_pressure = reference.pressure; in NS_NEWTONIAN_IG() 482 reference.pressure *= units->Pascal; in NS_NEWTONIAN_IG() 483 for (PetscInt i = 0; i < 3; i++) reference.velocity[i] *= units->meter / units->second; in NS_NEWTONIAN_IG() 484 reference.temperature *= units->Kelvin; in NS_NEWTONIAN_IG() 504 .reference = reference, in NS_NEWTONIAN_IG() [all …]
|
| H A D | taylorgreen.c | 25 .reference = setup_ctx->reference, in NS_TAYLOR_GREEN()
|
| H A D | bc_outflow.c | 114 const StatePrimitive *reference) { in OutflowBCSetup() argument 125 CeedScalar pressure = reference->pressure / units->Pascal; in OutflowBCSetup() 126 CeedScalar temperature = reference->temperature / units->Kelvin; in OutflowBCSetup()
|
| H A D | bc_freestream.c | 112 const StatePrimitive *reference) { in FreestreamBCSetup() argument 125 …StatePrimitive Y_inf = {.pressure = reference->pressure / units->Pascal, .velocity = {0}, .tempera… in FreestreamBCSetup() 126 …for (int i = 0; i < 3; i++) Y_inf.velocity[i] = reference->velocity[i] * units->second / units->me… in FreestreamBCSetup()
|
| /honee/include/ |
| H A D | navierstokes.h | 339 const StatePrimitive *reference); 341 const StatePrimitive *reference);
|
| /honee/doc/ |
| H A D | examples.md | 67 … the inflow (left) and Riemann-type outflow on the right, with exterior reference state at velocit… 326 - Atmospheric pressure, also sets IDL reference pressure 397 The reference state is selected using the `-reference_{velocity,pressure,temperature}` flags (Eucli… 485 …teristic velocity $u_{cha}$ is taken to be the acoustic speed while the reference density $\rho_{r…
|
| H A D | theory.md | 228 …u$ can be pulled back to the reference element as $\bm u_{\bm X} = \nabla_{\bm x}\bm X \cdot \bm u… 257 …m in parentheses is a rank-1 diffusivity tensor that has been pulled back to the reference element. 750 - Pressure used for IDL reference pressure
|
| H A D | runtime_options.md | 172 Some of these are PETSc options here as reference, while others are custom to HONEE.
|
| /honee/ |
| H A D | Doxyfile | 643 # YES the compound reference will be hidden. 821 # the reference definitions. This must be a list of .bib files. The .bib 917 # In the $text part of the WARN_FORMAT command it is possible that a reference
|