Go to the source code of this file.
◆ cs_solve_equation_scalar()
Solve the convection/diffusion equation (with optional source terms and/or drift) for a scalar quantity over a time step.
- Parameters
-
[in] | f | pointer to field structure |
[in] | iterns | Navier-Stokes iteration number |
[in] | itspdv | indicator to compute production/dissipation terms for a variance:
|
| viscf | visc*surface/dist at internal faces (work array) |
| viscb | visc*surface/dist at boundary faces (work array) |
◆ cs_solve_equation_vector()
Solve the convection/diffusion equation (with optional source terms and/or drift) for a vectorial quantity over a time step..
- Parameters
-
[in] | f | pointer to field structure |
[in] | iterns | Navier-Stokes iteration number |
| viscf | visc*surface/dist at internal faces (work array) |
| viscb | visc*surface/dist at boundary faces (work array) |