Foam::Function1s Namespace Reference

Classes

class  laminarBL
 Laminar boundary-layer function yHat*(2 - yHat) More...
 
class  turbulentBL
 Turbulent boundary-layer function pow(yHat, exponent) More...
 
class  Coded
 Constructs a dynamically compiled Function1. More...
 
class  Constant
 Templated function that returns a constant value. More...
 
class  exponentialSqrRamp
 Exponential square ramp function starting from 0 and increasing to 1 from start over the duration and remaining at 1 thereafter: 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  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  omega
 User convenience class to handle the input of time-varying rotational speed in rad/s if omega is specified or rpm if rpm is specified. 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  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...
 
class  integratedNonUniformTable
 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...
 

Functions

 makeScalarFunction1 (laminarBL)
 
 makeScalarFunction1 (turbulentBL)
 
 makeScalarFunction1 (exponentialSqrRamp)
 
 makeScalarFunction1 (halfCosineRamp)
 
 makeScalarFunction1 (linearRamp)
 
 makeFunction1Type (None, label)
 
 makeFunction1Type (Constant, label)
 
void writeEntry (Ostream &os, const omega &a)
 
 makeScalarFunction1 (quadraticRamp)
 
 makeScalarFunction1 (quarterCosineRamp)
 
 makeScalarFunction1 (quarterSineRamp)
 
 makeScalarFunction1 (reverseRamp)
 
 makeScalarFunction1 (squarePulse)
 
 makeScalarFunction1 (integratedNonUniformTable)
 
 makeScalarFunction1 (NSRDS0)
 
 makeScalarFunction1 (NSRDS1)
 
 makeScalarFunction1 (NSRDS14)
 
 makeScalarFunction1 (NSRDS2)
 
 makeScalarFunction1 (NSRDS3)
 
 makeScalarFunction1 (NSRDS4)
 
 makeScalarFunction1 (NSRDS5)
 
 makeScalarFunction1 (NSRDS6)
 
 makeScalarFunction1 (NSRDS7)
 

Function Documentation

◆ makeScalarFunction1() [1/20]

Foam::Function1s::makeScalarFunction1 ( laminarBL  )

◆ makeScalarFunction1() [2/20]

Foam::Function1s::makeScalarFunction1 ( turbulentBL  )

◆ makeScalarFunction1() [3/20]

Foam::Function1s::makeScalarFunction1 ( exponentialSqrRamp  )

◆ makeScalarFunction1() [4/20]

Foam::Function1s::makeScalarFunction1 ( halfCosineRamp  )

◆ makeScalarFunction1() [5/20]

Foam::Function1s::makeScalarFunction1 ( linearRamp  )

◆ makeFunction1Type() [1/2]

Foam::Function1s::makeFunction1Type ( None  ,
label   
)

◆ makeFunction1Type() [2/2]

Foam::Function1s::makeFunction1Type ( Constant  ,
label   
)

◆ writeEntry()

◆ makeScalarFunction1() [6/20]

Foam::Function1s::makeScalarFunction1 ( quadraticRamp  )

◆ makeScalarFunction1() [7/20]

Foam::Function1s::makeScalarFunction1 ( quarterCosineRamp  )

◆ makeScalarFunction1() [8/20]

Foam::Function1s::makeScalarFunction1 ( quarterSineRamp  )

◆ makeScalarFunction1() [9/20]

Foam::Function1s::makeScalarFunction1 ( reverseRamp  )

◆ makeScalarFunction1() [10/20]

Foam::Function1s::makeScalarFunction1 ( squarePulse  )

◆ makeScalarFunction1() [11/20]

Foam::Function1s::makeScalarFunction1 ( integratedNonUniformTable  )

◆ makeScalarFunction1() [12/20]

Foam::Function1s::makeScalarFunction1 ( NSRDS0  )

◆ makeScalarFunction1() [13/20]

Foam::Function1s::makeScalarFunction1 ( NSRDS1  )

◆ makeScalarFunction1() [14/20]

Foam::Function1s::makeScalarFunction1 ( NSRDS14  )

◆ makeScalarFunction1() [15/20]

Foam::Function1s::makeScalarFunction1 ( NSRDS2  )

◆ makeScalarFunction1() [16/20]

Foam::Function1s::makeScalarFunction1 ( NSRDS3  )

◆ makeScalarFunction1() [17/20]

Foam::Function1s::makeScalarFunction1 ( NSRDS4  )

◆ makeScalarFunction1() [18/20]

Foam::Function1s::makeScalarFunction1 ( NSRDS5  )

◆ makeScalarFunction1() [19/20]

Foam::Function1s::makeScalarFunction1 ( NSRDS6  )

◆ makeScalarFunction1() [20/20]

Foam::Function1s::makeScalarFunction1 ( NSRDS7  )