Home
last modified time | relevance | path

Searched full:wave (Results 1 – 16 of 16) sorted by relevance

/honee/doc/
H A Dexamples.md5 ### 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 Dtheory.md250 …-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 Druntime_options.md358 If thermal anomalies must exit the domain, the Riemann solver must resolve the contact wave to avoi…
/honee/qfunctions/
H A Dadvection_types.h33 // Advection-Diffusion wave types
47 ADVDIF_BUBBLE_CONTINUITY_COSINE = 3, // Use cosine wave for smoothing
H A Driemann_solver.h104 …// 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 Dgaussianwave.h5 /// Thermodynamic wave propogation for testing freestream/non-reflecting boundary conditions. Propo…
H A Dshocktube.h154 // 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 Deulervortex.h207 // 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 Dnavierstokes.c189 //TESTARGS(name="Gaussian Wave, CGNS load",only="cpu") -ceed {ceed_resource} -options_file tests/ga…
193wave, direct div(F_diff)") -ceed {ceed_resource} -test_type solver -options_file examples/advectio…
194wave, indirect div(F_diff)") -ceed {ceed_resource} -test_type solver -options_file examples/advect…
195wave 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 Dadvection_wave.yaml8 advection_ic_type: wave
H A Dgaussianwave.yaml39 ## Demonstrate acoustic wave dissipation using an internal damping layer
/honee/problems/
H A Dgaussianwave.c5 /// 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 Dadvection.c15 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 Dgaussianwave_cgns_load.yaml35 ## Demonstrate acoustic wave dissipation using an internal damping layer
/honee/tests/output/
H A Dadv2d-wave-square-direct_divdiff_cfl.csv9 # original_file_path: /home/jrwrigh/software/HONEE/adv2d-wave-square-direct_divdiff_cfl.csv
/honee/
H A DCHANGELOG.md13 - Add sine and square wave initial conditions for advection-diffusion example, see !38