-
Notifications
You must be signed in to change notification settings - Fork 59
Overview of the solvers
Jeanne Joachim edited this page Mar 9, 2021
·
4 revisions
Related articles: add link to group articles
Standard Galerkin finite element method augmented with Least Square consistent stabilization, used to solve the Navier-Stokes equations. This is the base for the child solvers GLS Sharp Navier-Stokes and GLS Nitsche Navier-Stokes.
Applications of this solver are:
-
gls_navier_stokes_2d
:- Fluid dynamic: Example 1, Example 2, Example 3, Example 8
- Fluid dynamic and heat transfer: Example 11
-
gls_navier_stokes_3d
: Example 7
Related articles: add link to group articles
add quick explanation. Applications of this solver are:
-
gls_sharp_navier_stokes_2d
: Example 10 -
gls_sharp_navier_stokes_3d
:
Related articles: add link to group articles
add quick explanation. Applications of this solver are:
-
gls_vans_2d
:
Related articles: add link to group articles.
add quick explanation. Applications of this solver are:
-
gls_nitsche_navier_stokes_22
: -
gls_nitsche_navier_stokes_23
: -
gls_nitsche_navier_stokes_33
:
Related articles: add link to group articles.
add quick explanation. Applications of this solver are:
-
gd_navier_stokes_2d
: see Example 2 -
gd_navier_stokes_3d
:
Articles: add link to group articles
-
DEM: . Applications of this solver are:
-
dem_2d
: Example 5 -
dem_3d
: Example 6, Example 9, Example 13
-