Searched full:amplitude (Results 1 – 8 of 8) sorted by relevance
| /honee/problems/ |
| H A D | gaussianwave.c | 29 CeedScalar amplitude = 0.1; // - in NS_GAUSSIAN_WAVE() local 36 …PetscCall(PetscOptionsScalar("-amplitude", "Amplitude of the perturbation", NULL, amplitude, &l… in NS_GAUSSIAN_WAVE() 61 gausswave_ctx->amplitude = amplitude; in NS_GAUSSIAN_WAVE()
|
| /honee/qfunctions/ |
| H A D | gaussianwave.h | 15 CeedScalar amplitude; // Amplitude of the perturbation member 29 const CeedScalar amplitude = context->amplitude; in IC_GaussianWave() local 44 …const CeedScalar perturbation = 1 + amplitude * exp(-(Square(x0) + Square(y0)) / (2 * Square(width… in IC_GaussianWave()
|
| H A D | utils.h | 268 @brief Linear ramp evaluation from set amplitude to zero 279 where "a" is `amplitude`, "s" is `start`, and "l" is `length`. 281 @param[in] amplitude Maximum value of the ramp 283 @param[in] start Location where ramp begins to reduce from `amplitude` to 0 287 CEED_QFUNCTION_HELPER CeedScalar LinearRampCoefficient(CeedScalar amplitude, CeedScalar length, Cee… in LinearRampCoefficient() argument 289 return amplitude; in LinearRampCoefficient() 291 return amplitude * ((x - start) * (-1 / length) + 1); in LinearRampCoefficient()
|
| H A D | newtonian.h | 102 …See `LinearRampCoefficient()` for details on the `amplitude`, `length`, `start`, and `location` ar… 106 @param[in] amplitude Amplitude of the IDL ramp 114 …pingLayer_IFunction_Integrand(const State s, const NewtonianIGProperties gas, CeedScalar amplitude, in InternalDampingLayer_IFunction_Integrand() argument 117 const CeedScalar sigma_ = LinearRampCoefficient(amplitude, length, start, location); in InternalDampingLayer_IFunction_Integrand()
|
| /honee/examples/ |
| H A D | gaussianwave.yaml | 19 amplitude: 2
|
| /honee/tests/ |
| H A D | gaussianwave_cgns_load.yaml | 15 amplitude: 2
|
| /honee/doc/ |
| H A D | examples.md | 18 where $A$ and $\sigma$ are the amplitude and width of the perturbation, respectively, and $(\bar{x}… 38 * - `-amplitude` 39 - Amplitude of the perturbation
|
| H A D | theory.md | 525 …bm{C}$ (such that $\bm{R} = \bm{CC}^T$ ), bulk velocity $U_0$, wavemode amplitude $q^n$, wavemode … 713 The STG inflow boundary condition creates large amplitude acoustic waves. 722 …a linear ramp starting at `-idl_start` with length `-idl_length` and an amplitude of inverse `-idl…
|