Searched full:wave (Results 1 – 16 of 16) sorted by relevance
| /honee/doc/ |
| H A D | examples.md | 5 ### Gaussian Wave 19 The simulation produces a strong acoustic wave and leaves behind a cold thermal bubble that advects… 22 …eam_riemann hllc`, which is default), which is a linear constant-pressure wave that transports tem… 25 :::{list-table} Gaussian Wave Runtime Options 582 …This is similar to the bubble ICs, but uses a cosine wave to define the bubble and it's radius is … 590 - **Wave** 593 This either a sine or square wave that oscillates in the direction of advection velocity. 594 The frequency and phase of the wave is controllable. 683 - Initial condition type, (`sphere`, `cylinder`, `cosine_hill`, `skew`, `wave`, `boundary_layer`) 698 - For `wave` IC, the wave form used for `-advection_ic_type wave` (`sine`, `square`) [all …]
|
| H A D | theory.md | 250 …-dominated limit, is proportional to element transit time in the direction of the propagating wave. 317 …mes 5$ matrix with spectral radius $(\lambda_{\max \text{abs}})_i$ equal to the fastest wave speed. 325 … waves while the middle three are linearly degenerate, carrying a contact wave (temperature) and t… 326 The fastest wave speed in direction $i$ is thus 332 …t this wave speed is specific to ideal gases as $\gamma$ is an ideal gas parameter; other equation…
|
| H A D | runtime_options.md | 358 If thermal anomalies must exit the domain, the Riemann solver must resolve the contact wave to avoi…
|
| /honee/qfunctions/ |
| H A D | advection_types.h | 33 // Advection-Diffusion wave types 47 ADVDIF_BUBBLE_CONTINUITY_COSINE = 3, // Use cosine wave for smoothing
|
| H A D | riemann_solver.h | 104 …// Stability requires that these speed estimates are *at least* as fast as the physical wave speed… in ComputeHLLSpeeds_Roe() 126 …// Stability requires that these speed estimates are *at least* as fast as the physical wave speed… in ComputeHLLSpeeds_Roe_fwd() 280 // Contact wave speed; Toro (10.37) in RiemannFlux_HLLC() 313 // Contact wave speed; Toro (10.37) in RiemannFlux_HLLC_fwd()
|
| H A D | gaussianwave.h | 5 /// Thermodynamic wave propogation for testing freestream/non-reflecting boundary conditions. Propo…
|
| H A D | shocktube.h | 154 // rho(A[i]) = spectral radius of the convective flux Jacobian i, wave speed in direction i 161 // fastest wave in direction i in Tau_spatial()
|
| H A D | eulervortex.h | 207 // rho(A[i]) = spectral radius of the convective flux Jacobian i, wave speed in direction i 214 // fastest wave in direction i in Tau_spatial()
|
| /honee/examples/ |
| H A D | navierstokes.c | 189 //TESTARGS(name="Gaussian Wave, CGNS load",only="cpu") -ceed {ceed_resource} -options_file tests/ga… 193 …wave, direct div(F_diff)") -ceed {ceed_resource} -test_type solver -options_file examples/advectio… 194 …wave, indirect div(F_diff)") -ceed {ceed_resource} -test_type solver -options_file examples/advect… 195 …wave IC",only="cpu") -ceed {ceed_resource} -test_type solver -options_file examples/advection_wave… 197 //TESTARGS(name="Gaussian Wave, IDL and Entropy variables") -ceed {ceed_resource} -test_type solver… 200 //TESTARGS(name="Gaussian Wave, explicit, supg, IDL") -ceed {ceed_resource} -test_type solver -opti… 207 //TESTARGS(name="Gaussian Wave, using MatShell") -ceed {ceed_resource} -test_type solver -options_f… 212 //TESTARGS(name="Gaussian Wave, with IDL") -ceed {ceed_resource} -test_type solver -options_file ex…
|
| H A D | advection_wave.yaml | 8 advection_ic_type: wave
|
| H A D | gaussianwave.yaml | 39 ## Demonstrate acoustic wave dissipation using an internal damping layer
|
| /honee/problems/ |
| H A D | gaussianwave.c | 5 /// Utility functions for setting up Gaussian Wave problem 33 …PetscCall(PetscOptionsScalarArray("-epicenter", "Coordinates of center of wave", NULL, epicenter, … in NS_GAUSSIAN_WAVE()
|
| H A D | advection.c | 15 const char *const AdvDifICTypes[] = {"SPHERE", "CYLINDER", "COSINE_HILL", "SKEW", "WAVE", "BOUNDA… 64 …PetscCall(PetscPrintf(comm, " Wave Type : %s\n", AdvDifWaveTypes[setup… in PRINT_ADVECTION() 452 …PetscCall(PetscOptionsEnum("-advection_ic_wave_type", "Type of wave", NULL, AdvDifWaveTypes, (Pets… in NS_ADVECTION() 454 …PetscCall(PetscOptionsScalar("-advection_ic_wave_frequency", "Frequency of sine wave", NULL, wave_… in NS_ADVECTION()
|
| /honee/tests/ |
| H A D | gaussianwave_cgns_load.yaml | 35 ## Demonstrate acoustic wave dissipation using an internal damping layer
|
| /honee/tests/output/ |
| H A D | adv2d-wave-square-direct_divdiff_cfl.csv | 9 # original_file_path: /home/jrwrigh/software/HONEE/adv2d-wave-square-direct_divdiff_cfl.csv
|
| /honee/ |
| H A D | CHANGELOG.md | 13 - Add sine and square wave initial conditions for advection-diffusion example, see !38
|