version 0.6.0
Loading...
Searching...
No Matches
mod_set_grad_div_coef Module Reference

User coefficient of Grad Div term of Navier-Stokes equations.

Functions/Subroutines

subroutine set_grad_div_coef (grad_div_coef, viscosity)
 Set coefficient of the Navier-Stokes Grad Div term.
 

Function/Subroutine Documentation

◆ set_grad_div_coef()

subroutine mod_set_grad_div_coef::set_grad_div_coef ( double precision, dimension(:,:,:), intent(inout) grad_div_coef,
double precision, dimension(:,:,:), intent(in) viscosity )

This subroutine helps to set the coefficient of the Grad Div term.

This routine is called before add_grad_div_to_matrix routine.