Home
last modified time | relevance | path

Searched full:reference (Results 1 – 25 of 37) sorted by relevance

12

/honee/qfunctions/
H A Dtaylorgreen.h14 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 Dsetupgeo_helpers.h14 * 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 Dnumerics.h16 …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 Dsetupgeo2d.h13 // 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
156Reference (parent) 1D coordinates are given by `X` and physical (current) 2D coordinates are given…
H A Dsetupgeo.h14 // Reference (parent) coordinates: X
59 // This QFunction sets up the geometric factor required for integration when reference coordinates …
61 // Reference (parent) 2D coordinates: X
122Reference (parent) 2D coordinates are given by `X` and physical (current) 3D coordinates are given…
H A Dmonitor_cfl.h27 …// (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 Dnewtonian_types.h63 StatePrimitive reference; member
H A Dchannel.h15 CeedScalar theta0; // !< Reference temperature
16 CeedScalar P0; // !< Reference Pressure
H A Dgrid_anisotropy_tensor.h29 // Should attempt to auto-determine this from the quadrature point coordinates in reference space in AnisotropyTensor()
/honee/examples/
H A Dvortexshedding.yaml19 # Reference state is used for the initial condition, zero velocity by default.
23 reference:
32 # Freestream inherits reference state as default
H A Dtaylor_green_vortex.yaml13 reference:
H A Dgaussianwave.yaml11 reference:
H A Dflatplate_STG.yaml54 reference:
H A Dconv_test.sh45 # Compare the output CSV file with the reference file
/honee/problems/
H A Dnewtonian.c385 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 Dtaylorgreen.c25 .reference = setup_ctx->reference, in NS_TAYLOR_GREEN()
H A Dbc_outflow.c114 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 Dbc_freestream.c112 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 Ddensitycurrent.c45 …PetscCall(PetscOptionsScalar("-theta0", "Reference potential temperature", NULL, theta0, &theta0, … in NS_DENSITY_CURRENT()
/honee/include/
H A Dpetsc-ceed-utils.h10 @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 Dcflpe.h41 …// (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 Dgaussianwave_cgns_load.yaml7 reference:
/honee/src/
H A Dmisc.c93 // 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 Dexamples.md67 … 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 Dtheory.md228 …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

12