9.0
general documentation
Loading...
Searching...
No Matches
cs_combustion_physical_properties.cpp File Reference

Gas combustion model physical properties computation. More...

#include "base/cs_defs.h"
#include <assert.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "base/cs_boundary.h"
#include "base/cs_boundary_conditions.h"
#include "base/cs_dispatch.h"
#include "base/cs_field.h"
#include "base/cs_field_pointer.h"
#include "base/cs_log.h"
#include "base/cs_math.h"
#include "base/cs_physical_constants.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "cogz/cs_combustion_bsh.h"
#include "cogz/cs_combustion_gas.h"
#include "cogz/cs_combustion_boundary_conditions.h"
#include "pprt/cs_combustion_model.h"
#include "pprt/cs_physical_model.h"
#include "rayt/cs_rad_transfer.h"
#include "cogz/cs_combustion_physical_properties.h"
Include dependency graph for cs_combustion_physical_properties.cpp:

Functions

void cs_f_d3pint (int *indpdf, cs_real_t *dirmin, cs_real_t *dirmax, cs_real_t *fdeb, cs_real_t *ffin, cs_real_t *hrec, cs_real_t *tpdf, cs_real_t *w1)
void cs_combustion_physical_properties_update_d3p (void)

Detailed Description

Gas combustion model physical properties computation.

Function Documentation

◆ cs_combustion_physical_properties_update_d3p()

void cs_combustion_physical_properties_update_d3p ( void )

◆ cs_f_d3pint()

void cs_f_d3pint ( int * indpdf,
cs_real_t * dirmin,
cs_real_t * dirmax,
cs_real_t * fdeb,
cs_real_t * ffin,
cs_real_t * hrec,
cs_real_t * tpdf,
cs_real_t * w1 )