Cantera  4.0.0a1
Loading...
Searching...
No Matches
Sub.cpp File Reference

The Substance class D. More...

#include "cantera/tpx/Sub.h"
#include "cantera/base/stringUtils.h"
#include "cantera/base/global.h"
#include <cmath>
Include dependency graph for Sub.cpp:

Detailed Description

The Substance class D.

Goodwin, Caltech Nov. 1996

Definition in file Sub.cpp.

Go to the source code of this file.

Variables

const double DeltaT = 0.000001
 
static const double TolAbsH = 1.e-4
 
static const double TolAbsU = 1.e-4
 
static const double TolAbsS = 1.e-7
 
static const double TolAbsP = 0.0
 
static const double TolAbsV = 1.e-8
 
static const double TolAbsT = 1.e-3
 
static const double TolRel = 1.e-8
 
static const double ErrP = 1.e-7
 
static const double Big = 1.e30
 

Variable Documentation

◆ DeltaT

const double DeltaT = 0.000001

Definition at line 41 of file Sub.cpp.

◆ TolAbsH

const double TolAbsH = 1.e-4
static

Definition at line 345 of file Sub.cpp.

◆ TolAbsU

const double TolAbsU = 1.e-4
static

Definition at line 346 of file Sub.cpp.

◆ TolAbsS

const double TolAbsS = 1.e-7
static

Definition at line 347 of file Sub.cpp.

◆ TolAbsP

const double TolAbsP = 0.0
static

Definition at line 348 of file Sub.cpp.

◆ TolAbsV

const double TolAbsV = 1.e-8
static

Definition at line 349 of file Sub.cpp.

◆ TolAbsT

const double TolAbsT = 1.e-3
static

Definition at line 350 of file Sub.cpp.

◆ TolRel

const double TolRel = 1.e-8
static

Definition at line 351 of file Sub.cpp.

◆ ErrP

const double ErrP = 1.e-7
static

Definition at line 766 of file Sub.cpp.

◆ Big

const double Big = 1.e30
static

Definition at line 767 of file Sub.cpp.