MCPcopy Create free account
hub / github.com/Cantera/cantera / tvalue

Function tvalue

test_problems/cathermo/testWaterTP/testWaterSSTP.cpp:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace Cantera;
7
8double tvalue(double val, double atol = 1.0E-9)
9{
10 double rval = val;
11 if (fabs(val) < atol) {
12 rval = 0.0;
13 }
14 return rval;
15}
16
17int main()
18{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected