#include "cs_defs.h"
Go to the source code of this file.
Functions | |
void | cs_solve_equation_scalar (cs_field_t *f, int iterns, int itspdv, cs_real_t viscf[], cs_real_t viscb[]) |
Solve the convection/diffusion equation (with optional source terms and/or drift) for a scalar quantity over a time step. More... | |
void | cs_solve_equation_vector (cs_field_t *f, int iterns, cs_real_t viscf[], cs_real_t viscb[]) |
Solve the convection/diffusion equation (with optional source terms and/or drift) for a vectorial quantity over a time step.. More... | |
void cs_solve_equation_scalar | ( | cs_field_t * | f, |
int | iterns, | ||
int | itspdv, | ||
cs_real_t | viscf[], | ||
cs_real_t | viscb[] | ||
) |
Solve the convection/diffusion equation (with optional source terms and/or drift) for a scalar quantity over a time step.
[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) |
Electric arcs, Joule effect ionic conduction
Cooling towers
void cs_solve_equation_vector | ( | cs_field_t * | f, |
int | iterns, | ||
cs_real_t | viscf[], | ||
cs_real_t | viscb[] | ||
) |
Solve the convection/diffusion equation (with optional source terms and/or drift) for a vectorial quantity over a time step..
[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) |