| 
    PLUTO
    
   | 
 
Specification of explicit first and second viscosity coefficients. More...
#include "pluto.h"
Go to the source code of this file.
Functions | |
| void | Visc_nu (double *v, double x1, double x2, double x3, double *nu1, double *nu2) | 
Specification of explicit first and second viscosity coefficients.
Definition in file visc_nu.c.
| void Visc_nu | ( | double * | v, | 
| double | x1, | ||
| double | x2, | ||
| double | x3, | ||
| double * | nu1, | ||
| double * | nu2 | ||
| ) | 
| [in] | v | pointer to data array containing cell-centered quantities | 
| [in] | x1 | real, coordinate value | 
| [in] | x2 | real, coordinate value | 
| [in] | x3 | real, coordinate value | 
| [in,out] | nu1 | pointer to first viscous coefficient | 
| [in,out] | nu2 | pointer to second viscous coefficient | 
Definition at line 7 of file visc_nu.c.
