#include "base/cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "bft/bft_printf.h"
#include "base/cs_array.h"
#include "base/cs_assert.h"
#include "alge/cs_blas.h"
#include "cfbl/cs_cf_boundary_conditions.h"
#include "cfbl/cs_cf_model.h"
#include "cfbl/cs_cf_thermo.h"
#include "alge/cs_divergence.h"
#include "base/cs_equation_iterative_solve.h"
#include "alge/cs_face_viscosity.h"
#include "base/cs_field_default.h"
#include "base/cs_field_operator.h"
#include "base/cs_field_pointer.h"
#include "base/cs_gas_mix.h"
#include "base/cs_mass_source_terms.h"
#include "base/cs_mem.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "pprt/cs_physical_model.h"
#include "base/cs_prototypes.h"
#include "base/cs_scalar_clipping.h"
#include "turb/cs_turbulence_model.h"
#include "base/cs_volume_mass_injection.h"
#include "cfbl/cs_cf_energy.h"
Functions | |
void | cs_cf_energy (int f_sc_id) |
Perform the solving of the convection/diffusion equation (with eventual source terms) for total energy over a time step. It is the third step of the compressible algorithm at each time iteration. |
Solve the convection/diffusion equation (with eventual source terms) for total energy over a time step.
void cs_cf_energy | ( | int | f_sc_id | ) |
Perform the solving of the convection/diffusion equation (with eventual source terms) for total energy over a time step. It is the third step of the compressible algorithm at each time iteration.
Please refer to the cfener section of the theory guide for more informations.
[in] | f_sc_id | scalar field id |