#include "cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "bft_printf.h"
#include "cs_array.h"
#include "cs_balance.h"
#include "cs_blas.h"
#include "cs_boundary_conditions_set_coeffs.h"
#include "cs_cf_boundary_conditions.h"
#include "cs_cf_thermo.h"
#include "cs_convection_diffusion.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_volume_mass_injection.h"
#include "cs_mass_source_terms.h"
#include "cs_matrix_building.h"
#include "cs_mesh.h"
#include "cs_mesh_quantities.h"
#include "cs_parall.h"
#include "cs_physical_model.h"
#include "cs_porous_model.h"
#include "cs_prototypes.h"
#include "cs_turbulence_model.h"
#include "cs_velocity_pressure.h"
#include "cs_cf_compute.h"
Functions | |
void | cs_cf_convective_mass_flux (int iterns) |
Update the convective mass flux before the velocity prediction step. It is the first step of the compressible algorithm at each time iteration. More... | |
void | cs_cf_cfl_compute (cs_real_t wcf[]) |
Computation of the constraint for the CFL (compressible algorithm) More... | |
void cs_cf_cfl_compute | ( | cs_real_t | wcf[] | ) |
Computation of the constraint for the CFL (compressible algorithm)
[in] | wcf | compressible constraint |
void cs_cf_convective_mass_flux | ( | int | iterns | ) |
Update the convective mass flux before the velocity prediction step. It is the first step of the compressible algorithm at each time iteration.
This function solves the continuity equation in pressure formulation and then updates the density and the mass flux.
[in] | iterns | Navier-Stokes iteration number |