Specification of explicit first and second viscosity coefficients.
More...
|
void | Visc_nu (double *v, double x1, double x2, double x3, double *nu1, double *nu2) |
| Calculate first and second viscosity coefficients as functions of data and coordinates. More...
|
|
◆ Visc_nu()
void Visc_nu |
( |
double * |
v, |
|
|
double |
x1, |
|
|
double |
x2, |
|
|
double |
x3, |
|
|
double * |
nu1, |
|
|
double * |
nu2 |
|
) |
| |
- Parameters
-
[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 |
- Returns
- This function has no return value.