Cantera  3.3.0a1
Loading...
Searching...
No Matches
VCS_COUNTERS Class Reference

Class to keep track of time and iterations. More...

#include <vcs_internal.h>

Detailed Description

Class to keep track of time and iterations.

class keeps all of the counters together.

Definition at line 24 of file vcs_internal.h.

Public Attributes

int T_Its
 Total number of iterations in the main loop of vcs_TP() to solve for thermo equilibrium.
 
int Its
 Current number of iterations in the main loop of vcs_TP() to solve for thermo equilibrium.
 
int T_Basis_Opts
 Total number of optimizations of the components basis set done.
 
int Basis_Opts
 number of optimizations of the components basis set done
 
int T_Calls_Inest
 Current number of times the initial thermo equilibrium estimator has been called.
 
int T_Calls_vcs_TP
 Current number of calls to vcs_TP.
 

Member Data Documentation

◆ T_Its

int T_Its

Total number of iterations in the main loop of vcs_TP() to solve for thermo equilibrium.

Definition at line 29 of file vcs_internal.h.

◆ Its

int Its

Current number of iterations in the main loop of vcs_TP() to solve for thermo equilibrium.

Definition at line 33 of file vcs_internal.h.

◆ T_Basis_Opts

int T_Basis_Opts

Total number of optimizations of the components basis set done.

Definition at line 36 of file vcs_internal.h.

◆ Basis_Opts

int Basis_Opts

number of optimizations of the components basis set done

Definition at line 39 of file vcs_internal.h.

◆ T_Calls_Inest

int T_Calls_Inest

Current number of times the initial thermo equilibrium estimator has been called.

Definition at line 43 of file vcs_internal.h.

◆ T_Calls_vcs_TP

int T_Calls_vcs_TP

Current number of calls to vcs_TP.

Definition at line 46 of file vcs_internal.h.


The documentation for this class was generated from the following file: