| /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 | setupgeo_helpers.h | 14 * Reference (parent) coordinates: X 36 * Reference (parent) coordinates: X 58 * Reference (parent) 2D coordinates: X 93 …* This QFunction sets up the geometric factor required for integration when reference coordinates … 95 * Reference (parent) 1D coordinates: X 125 * Reference (parent) 2D coordinates: X
|
| H A D | numerics.h | 16 …For best results, `gij` should be scaled to account for the reference element domain (often [-1,1]… 39 …For best results, `gij` should be scaled to account for the reference element domain (often [-1,1]… 62 …For best results, `gij` should be scaled to account for the reference element domain (often [-1,1]… 86 …For best results, `gij` should be scaled to account for the reference element domain (often [-1,1]…
|
| H A D | setupgeo2d.h | 13 // Reference (parent) coordinates: X 57 // This QFunction sets up the geometric factor required for integration when reference coordinates … 59 // Reference (parent) 1D coordinates: X 98 // This QFunction sets up the geometric factor required for integration when reference coordinates … 102 // Reference (parent) 2D coordinates: X 156 …Reference (parent) 1D coordinates are given by `X` and physical (current) 2D coordinates are given…
|
| H A D | setupgeo.h | 14 // Reference (parent) coordinates: X 59 // This QFunction sets up the geometric factor required for integration when reference coordinates … 61 // Reference (parent) 2D coordinates: X 122 …Reference (parent) 2D coordinates are given by `X` and physical (current) 3D coordinates are given…
|
| H A D | monitor_cfl.h | 27 …// (1/2)^2 to account for reference element size; for length 1 square/cube element, gij should be … in MonitorCFL() 37 …// (1/2)^2 to account for reference element size; for length 1 square/cube element, gij should be … in MonitorCFL()
|
| H A D | newtonian_types.h | 63 StatePrimitive reference; member
|
| H A D | channel.h | 15 CeedScalar theta0; // !< Reference temperature 16 CeedScalar P0; // !< Reference Pressure
|
| H A D | grid_anisotropy_tensor.h | 29 // Should attempt to auto-determine this from the quadrature point coordinates in reference space in AnisotropyTensor()
|
| /honee/examples/ |
| H A D | vortexshedding.yaml | 19 # Reference state is used for the initial condition, zero velocity by default. 23 reference: 32 # Freestream inherits reference state as default
|
| H A D | taylor_green_vortex.yaml | 13 reference:
|
| H A D | gaussianwave.yaml | 11 reference:
|
| H A D | flatplate_STG.yaml | 54 reference:
|
| H A D | conv_test.sh | 45 # Compare the output CSV file with the reference file
|
| /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 …(PetscOptionsScalar("-reference_pressure", "Reference/initial pressure", NULL, reference.pressure,… in NS_NEWTONIAN_IG() 445 …cCall(PetscOptionsScalarArray("-reference_velocity", "Reference/initial velocity", NULL, reference… in NS_NEWTONIAN_IG() 446 …OptionsScalar("-reference_temperature", "Reference/initial temperature", NULL, reference.temperatu… in NS_NEWTONIAN_IG() 466 newtonian_ig_ctx->idl_pressure = reference.pressure; in NS_NEWTONIAN_IG() 467 …PetscCall(PetscOptionsScalar("-idl_pressure", "Pressure IDL uses as reference (default is `-refere… 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() [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 124 …// Freestream inherits reference state. We re-dimensionalize so the defaults in -help will be visi… in FreestreamBCSetup() 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()
|
| H A D | densitycurrent.c | 45 …PetscCall(PetscOptionsScalar("-theta0", "Reference potential temperature", NULL, theta0, &theta0, … in NS_DENSITY_CURRENT()
|
| /honee/include/ |
| H A D | petsc-ceed-utils.h | 10 @brief Copy the reference to a `Vec`. 15 @param[in] vec `Vec` to reference 16 @param[out] vec_copy Copy of reference 29 @brief Copy the reference to a `DM`. 34 @param[in] dm `DM` to reference 35 @param[out] dm_copy Copy of reference
|
| /honee/qfunctions/spanstats/ |
| H A D | cflpe.h | 41 …// (1/2)^2 to account for reference element size; for length 1 square/cube element, gij should be … in ChildStatsCollection_CflPe() 54 …// (1/2)^2 to account for reference element size; for length 1 square/cube element, gij should be … in ChildStatsCollection_CflPe()
|
| /honee/tests/ |
| H A D | gaussianwave_cgns_load.yaml | 7 reference:
|
| /honee/src/ |
| H A D | misc.c | 93 // Compare reference solution values with current test run for CI 101 // Read reference file in RegressionTest() 107 // Compute error with respect to reference solution in RegressionTest() 171 // Compare reference solution values with current test run for CI in PostProcess()
|
| /honee/doc/ |
| H A D | examples.md | 67 … the inflow (left) and Riemann-type outflow on the right, with exterior reference state at velocit… 154 - Reference potential temperature 210 - Reference potential temperature 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
|