Lines Matching refs:problem

8 The problem has a perturbed initial condition and lets it evolve in time. The initial condition con…
22 This problem can be fixed using a more sophisticated Riemann solver such as HLLC {cite}`toro2009` (…
50 This problem can be run with the `examples/gaussianwave.yaml` file via:
64 We solve this as a 3D problem with (default) one element in the $z$ direction.
90 To run this problem, first generate a mesh:
103 The vortex shedding period is roughly 5.6 and this problem runs until time 100 (2000 time steps).
118 For this test problem (from {cite}`straka1993numerical`), we solve the full Navier-Stokes equations…
126 For this problem, we have used no-slip and non-penetration boundary conditions for $\bm{u}$, and no…
177 ./navierstokes -problem density_current -dm_plex_box_faces 16,1,8 -degree 1 -dm_plex_box_lower 0,0,…
225 This problem can be run with the `examples/channel.yaml` file via:
351 This problem can be run with the `examples/blasius.yaml` file via:
370 This problem can be run with the `examples/blasius.yaml` file via:
381 This problem is really just an initial condition, the [Taylor-Green Vortex](https://en.wikipedia.or…
415 (problem-euler-vortex)=
429 Following the setup given in {cite}`zhang2011verification`, the mean flow for this problem is $\rho…
468 This problem can be run with:
471 ./navierstokes -problem euler_vortex -dm_plex_box_faces 20,20,1 -dm_plex_box_lower 0,0,0 -dm_plex_b…
474 (problem-shock-tube)=
477problem is based on Sod's Shock Tube (from{cite}`sodshocktubewiki`), a canonical test case for dis…
479 …g have been implemented into the explicit timestepping operator for this problem. Discontinuity ca…
497 …t this gradient is not available to qFunctions in libCEED. To avoid this problem, $h_{SHOCK}$ is d…
536 This problem can be run with:
539 ./navierstokes -problem shocktube -yzb -stab su -bc_symmetry_z 3,4 -bc_symmetry_y 1,2 -bc_wall 5,6 …
542 (problem-advection)=
614 The advection problems can be run in both 2D and 3D, based on the DM defined for the problem.
721 ./navierstokes -problem advection -dm_plex_box_faces 10,10,10 -dm_plex_dim 3 -dm_plex_box_lower 0,0…
727 ./navierstokes -problem advection -dm_plex_box_faces 10,10,10 -dm_plex_dim 3 -dm_plex_box_lower 0,0…
733 ./navierstokes -problem advection -dm_plex_box_faces 20,20 -dm_plex_box_lower 0,0 -dm_plex_box_uppe…
739 ./navierstokes -problem advection -dm_plex_box_faces 20,20 -dm_plex_box_lower 0,0 -dm_plex_box_uppe…
744 The boundary layer problem can be run with:
755 The wave advection problem can be run with: