Public Member Functions | List of all members
doubleSigmoid Class Reference
Inheritance diagram for doubleSigmoid:
Inheritance graph
[legend]
Collaboration diagram for doubleSigmoid:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("doubleSigmoid")
 Runtime type information. More...
 
 doubleSigmoid (const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot)
 Construct from components. More...
 
 ~doubleSigmoid ()
 Destructor. More...
 
void scaleEnergy (scalar &e, const scalar r) const
 
bool read (const dictionary &energyScalingFunctionProperties)
 Read dictionary. More...
 
- Public Member Functions inherited from energyScalingFunction
 TypeName ("energyScalingFunction")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, energyScalingFunction, dictionary,(const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot),(name, energyScalingFunctionProperties, pairPot))
 
 energyScalingFunction (const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot)
 Construct from components. More...
 
virtual ~energyScalingFunction ()
 Destructor. More...
 
const dictionaryenergyScalingFunctionProperties () const
 

Additional Inherited Members

- Static Public Member Functions inherited from energyScalingFunction
static autoPtr< energyScalingFunctionNew (const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot)
 Return a reference to the selected viscosity model. More...
 
- Protected Member Functions inherited from energyScalingFunction
 energyScalingFunction (const energyScalingFunction &)
 Disallow copy construct. More...
 
void operator= (const energyScalingFunction &)
 Disallow default bitwise assignment. More...
 
- Protected Attributes inherited from energyScalingFunction
word name_
 
dictionary energyScalingFunctionProperties_
 
const pairPotentialpairPot_
 

Detailed Description

Source files

Definition at line 50 of file doubleSigmoid.H.

Constructor & Destructor Documentation

◆ doubleSigmoid()

doubleSigmoid ( const word name,
const dictionary energyScalingFunctionProperties,
const pairPotential pairPot 
)

Construct from components.

Definition at line 63 of file doubleSigmoid.C.

◆ ~doubleSigmoid()

~doubleSigmoid ( )
inline

Destructor.

Definition at line 92 of file doubleSigmoid.H.

References Foam::e, doubleSigmoid::read(), and doubleSigmoid::scaleEnergy().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "doubleSigmoid"  )

Runtime type information.

◆ scaleEnergy()

void scaleEnergy ( scalar &  e,
const scalar  r 
) const
virtual

Implements energyScalingFunction.

Definition at line 83 of file doubleSigmoid.C.

Referenced by doubleSigmoid::~doubleSigmoid().

Here is the caller graph for this function:

◆ read()

bool read ( const dictionary energyScalingFunctionProperties)
virtual

Read dictionary.

Implements energyScalingFunction.

Definition at line 89 of file doubleSigmoid.C.

References dictionary::lookup(), energyScalingFunction::read(), and dictionary::subDict().

Referenced by doubleSigmoid::~doubleSigmoid().

Here is the call graph for this function:
Here is the caller graph for this function:

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