Lines Matching refs:problem

7 The Navier-Stokes problem solves the compressible Navier-Stokes equations in three dimensions using…
10 … libCEED is defined in [`navierstokes.c`](navierstokes.c) with different problem definitions accor…
21 ./navierstokes -ceed [ceed] -problem [problem type] -degree [degree]
29 The following options are common among all problem types:
54 * - `-problem`
250 …., away from viscous walls), use `bc_freestream`, which solves a Riemann problem and can handle in…
267 …flow_type: pressure`, requires that the flow be a strict outflow (or the problem becomes ill-posed…
285 …ry integrals that cross the periodicity, such as for the outflow Riemann problem in the presence o…
303 The advection problems can be run in both 2D and 3D, based on the DM defined for the problem.
398 ./navierstokes -problem advection -dm_plex_box_faces 10,10,10 -dm_plex_dim 3 -dm_plex_box_lower 0,0…
404 ./navierstokes -problem advection -dm_plex_box_faces 10,10,10 -dm_plex_dim 3 -dm_plex_box_lower 0,0…
410 ./navierstokes -problem advection -dm_plex_box_faces 20,20 -dm_plex_box_lower 0,0 -dm_plex_box_uppe…
416 ./navierstokes -problem advection -dm_plex_box_faces 20,20 -dm_plex_box_lower 0,0 -dm_plex_box_uppe…
424 For the Isentropic Vortex problem, the following additional command-line options are available:
465 This problem can be run with:
468 ./navierstokes -problem euler_vortex -dm_plex_box_faces 20,20,1 -dm_plex_box_lower 0,0,0 -dm_plex_b…
473 For the Shock Tube problem, the following additional command-line options are available:
504 This problem can be run with:
507 ./navierstokes -problem shocktube -yzb -stab su -bc_symmetry_z 3,4 -bc_symmetry_y 1,2 -bc_wall 5,6 …
675 The Gaussian wave problem has the following command-line options in addition to the Newtonian Ideal…
722 This problem can be run with the `gaussianwave.yaml` file via:
734 The vortex shedding, flow past cylinder problem has the following command-line options in addition …
762 To run this problem, first generate a mesh:
775 The vortex shedding period is roughly 5.6 and this problem runs until time 100 (2000 time steps).
788 The Density Current problem has the following command-line options in addition to the Newtonian Ide…
834 This problem can be run with:
837 ./navierstokes -problem density_current -dm_plex_box_faces 16,1,8 -degree 1 -dm_plex_box_lower 0,0,…
842 The Channel problem has the following command-line options in addition to the Newtonian Ideal Gas o…
873 This problem can be run with the `channel.yaml` file via:
886 The Blasius problem has the following command-line options in addition to the Newtonian Ideal Gas o…
968 This problem can be run with the `blasius.yaml` file via:
980 Using the STG Inflow for the blasius problem adds the following command-line options:
1037 This problem can be run with the `blasius.yaml` file via: