Compute the local time step and the local Courant and Fourier number. More...
#include "base/cs_defs.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <math.h>
#include "bft/bft_printf.h"
#include "base/cs_array.h"
#include "base/cs_coupling.h"
#include "base/cs_field_default.h"
#include "base/cs_field_operator.h"
#include "base/cs_field_pointer.h"
#include "base/cs_log_iteration.h"
#include "base/cs_mem.h"
#include "base/cs_physical_constants.h"
#include "base/cs_vof.h"
#include "alge/cs_face_viscosity.h"
#include "alge/cs_matrix_building.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "pprt/cs_physical_model.h"
#include "cfbl/cs_cf_model.h"
#include "cfbl/cs_cf_compute.h"
#include "base/cs_time_step_compute.h"
Functions | |
void | cs_local_time_step_compute (int itrale) |
Compute the local time step. | |
void | cs_courant_fourier_compute (void) |
Compute the local Courant and Fourier number to the log. |
Compute the local time step and the local Courant and Fourier number.
Local time step and CFL computation.
void cs_courant_fourier_compute | ( | void | ) |
Compute the local Courant and Fourier number to the log.
This function has access to the boundary face type, except for the first time step.
void cs_local_time_step_compute | ( | int | itrale | ) |
Compute the local time step.
[in] | itrale | ALE iteration number |
[in] | iwarnp | verbosity |
[in] | dt | time step (per cell) |