Go to the source code of this file.
|
module | mod_viscosity |
| The module add viscous source terms and check time step.
|
|
|
subroutine | mod_viscosity::vc_params_read (files) |
| Read this module"s parameters from a file.
|
|
subroutine | mod_viscosity::viscosity_init (phys_wider_stencil) |
| Initialize the module.
|
|
subroutine | mod_viscosity::viscosity_add_source (qdt, ixil, ixol, wct, w, x, energy, qsourcesplit, active) |
|
subroutine | mod_viscosity::viscosity_get_dt (w, ixil, ixol, dtnew, dxd, x) |
|
subroutine, public | mod_viscosity::visc_get_flux_prim (w, x, ixil, ixol, idim, f, energy) |
|
subroutine | mod_viscosity::get_crossgrad (ixil, ixol, x, w, idim, cross) |
|
subroutine | mod_viscosity::cart_cross_grad (ixil, ixol, x, w, idim, cross) |
| yields d_i v_j + d_j v_i for a given i, OK in Cartesian and for some tensor terms in cylindrical (rr & rz) and in spherical (rr)
|
|
subroutine | mod_viscosity::visc_add_source_geom (qdt, ixil, ixol, wct, w, x) |
|