#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "bft_mem.h"
#include "bft_printf.h"
#include "cs_array.h"
#include "cs_assert.h"
#include "cs_blas.h"
#include "cs_cf_boundary_conditions.h"
#include "cs_cf_model.h"
#include "cs_cf_thermo.h"
#include "cs_divergence.h"
#include "cs_equation_iterative_solve.h"
#include "cs_face_viscosity.h"
#include "cs_field_default.h"
#include "cs_field_operator.h"
#include "cs_field_pointer.h"
#include "cs_gas_mix.h"
#include "cs_mass_source_terms.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_physical_model.h"
#include "cs_prototypes.h"
#include "cs_scalar_clipping.h"
#include "cs_turbulence_model.h"
#include "cs_volume_mass_injection.h"
#include "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. More... | |
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 |