Code_Saturne
CFD tool
Functions
cs_post_default.h File Reference
#include "cs_base.h"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

BEGIN_C_DECLS void pstdfm (void)
 
void pstntc (const cs_int_t *ntmabs, const cs_int_t *ntcabs, const cs_real_t *ttcabs)
 
void pstact (const cs_int_t *numwri, const cs_int_t *indact)
 
void pstema (const cs_int_t *ntcabs, const cs_real_t *ttcabs)
 
void pstvar (const cs_int_t *ntcabs, const cs_int_t *nvar, const cs_int_t *nscal, const cs_int_t *nvlsta, const cs_int_t *nvisbr, const cs_real_t *ttcabs, const cs_real_t dt[], const cs_real_t rtpa[], const cs_real_t rtp[], const cs_real_t propce[], const cs_real_t propfa[], const cs_real_t propfb[], const cs_real_t coefa[], const cs_real_t coefb[], const cs_real_t statce[], const cs_real_t stativ[], const cs_real_t statfb[])
 
void pstev1 (const cs_int_t *nummai, const char *nomvar, const cs_int_t *lnmvar, const cs_int_t *idimt, const cs_int_t *ientla, const cs_int_t *ivarpr, const cs_int_t *ntcabs, const cs_real_t *ttcabs, const cs_real_t varcel[], const cs_real_t varfac[], const cs_real_t varfbr[] CS_ARGF_SUPP_CHAINE)
 
void pstusn (const cs_int_t *ntmabs, const cs_int_t *ntcabs, const cs_real_t *ttcabs)
 

Function Documentation

◆ pstact()

void pstact ( const cs_int_t numwri,
const cs_int_t indact 
)
Here is the call graph for this function:

◆ pstdfm()

BEGIN_C_DECLS void pstdfm ( void  )
Here is the call graph for this function:

◆ pstema()

void pstema ( const cs_int_t ntcabs,
const cs_real_t ttcabs 
)
Here is the call graph for this function:

◆ pstev1()

void pstev1 ( const cs_int_t nummai,
const char *  nomvar,
const cs_int_t lnmvar,
const cs_int_t idimt,
const cs_int_t ientla,
const cs_int_t ivarpr,
const cs_int_t ntcabs,
const cs_real_t ttcabs,
const cs_real_t  varcel[],
const cs_real_t  varfac[],
const cs_real_t varfbr []  CS_ARGF_SUPP_CHAINE 
)
Here is the call graph for this function:

◆ pstntc()

void pstntc ( const cs_int_t ntmabs,
const cs_int_t ntcabs,
const cs_real_t ttcabs 
)
Here is the call graph for this function:

◆ pstusn()

void pstusn ( const cs_int_t ntmabs,
const cs_int_t ntcabs,
const cs_real_t ttcabs 
)

◆ pstvar()

void pstvar ( const cs_int_t ntcabs,
const cs_int_t nvar,
const cs_int_t nscal,
const cs_int_t nvlsta,
const cs_int_t nvisbr,
const cs_real_t ttcabs,
const cs_real_t  dt[],
const cs_real_t  rtpa[],
const cs_real_t  rtp[],
const cs_real_t  propce[],
const cs_real_t  propfa[],
const cs_real_t  propfb[],
const cs_real_t  coefa[],
const cs_real_t  coefb[],
const cs_real_t  statce[],
const cs_real_t  stativ[],
const cs_real_t  statfb[] 
)