|
class | Coded |
| Constructs a dynamically compiled Function1. More...
|
|
class | Constant |
| Templated function that returns a constant value. More...
|
|
class | halfCosineRamp |
| Half-cosine ramp function starting from 0 and increasing to 1 from start over the duration and remaining at 1 thereafter. More...
|
|
class | integratedNonUniformTable |
| Non-uniform tabulated property function that linearly interpolates between the values. More...
|
|
class | laminarBL |
| Laminar boundary-layer function yHat*(2 - yHat) More...
|
|
class | linearRamp |
| Linear ramp function starting from 0 and increasing linearRamply to 1 from start over the duration and remaining at 1 thereafter. More...
|
|
class | None |
| Undefined Function1 which returns an error when called. More...
|
|
class | NonUniformTable |
| Non-uniform tabulated property function that linearly interpolates between the values. More...
|
|
class | NSRDS0 |
| NSRDS function number 100. More...
|
|
class | NSRDS1 |
| NSRDS function number 101. More...
|
|
class | NSRDS14 |
| NSRDS function number 114. More...
|
|
class | NSRDS2 |
| NSRDS function number 102. More...
|
|
class | NSRDS3 |
| NSRDS function number 103. More...
|
|
class | NSRDS4 |
| NSRDS function number 104. More...
|
|
class | NSRDS5 |
| NSRDS function number 105. More...
|
|
class | NSRDS6 |
| NSRDS function number 106. More...
|
|
class | NSRDS7 |
| NSRDS-AICHE function number 107. More...
|
|
class | OneConstant |
| Templated function that returns the corresponding 1 (one). More...
|
|
class | Polynomial |
| Arbitrary order polynomial Function1. More...
|
|
class | quadraticRamp |
| Quadratic ramp function starting from 0 and increasing quadratically to 1 from t_0 over the duration and remaining at 1 thereafter. More...
|
|
class | quarterCosineRamp |
| Quarter-cosine ramp function starting from 0 and increasing to 1 from start over the duration and remaining at 1 thereafter. More...
|
|
class | quarterSineRamp |
| Quarter-sine ramp function starting from 0 and increasing to 1 from start over the duration and remaining at 1 thereafter. More...
|
|
class | Ramp |
| Ramp function base class for the set of scalar functions starting from 0 and increasing monotonically to 1 from start over the duration and remaining at 1 thereafter. More...
|
|
class | reverseRamp |
| A wrapper class to reverse any ramp function such that the result starts from 1 decreasing to 0 from start over the duration and remaining at 0 thereafter. More...
|
|
class | Scale |
| Function1 which scales a given 'value' function by a 'scale' scalar function and scales the 'x' argument of the 'value' and 'scale' functions by the optional 'xScale' scalar function. More...
|
|
class | Sine |
| Templated sine function with support for an offset level. More...
|
|
class | Square |
| Templated square-wave function with support for an offset level. More...
|
|
class | squarePulse |
| Square pulse function. Takes a value of 0 before start , then rises instantaneously to 1, remains at 1 for duration , then drops instantaneously back to 0. More...
|
|
class | Table |
| Templated interpolated tabulated data Function1. More...
|
|
class | tableBase |
|
class | turbulentBL |
| Turbulent boundary-layer function pow(yHat, exponent) More...
|
|
class | Uniform |
| Templated function that returns a constant value. More...
|
|
class | UniformTable |
| Tabulated property function that linearly interpolates between the UniformTable values. More...
|
|
class | ZeroConstant |
| Templated function that returns the corresponding 0 (zero). More...
|
|