shiftedForce Class Reference
Inheritance diagram for shiftedForce:
[legend]
Collaboration diagram for shiftedForce:
[legend]

Public Member Functions

 TypeName ("shiftedForce")
 Runtime type information. More...
 
 shiftedForce (const word &name, const dictionary &energyScalingFunctionProperties, const pairPotential &pairPot)
 Construct from components. More...
 
 ~shiftedForce ()
 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 ()=default
 Destructor. More...
 
virtual void scaleEnergy (scalar &e, const scalar r) const =0
 
const dictionaryenergyScalingFunctionProperties () const
 
virtual bool read (const dictionary &energyScalingFunctionProperties)=0
 Read energyScalingFunction dictionary. More...
 

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 &)=delete
 No copy construct. More...
 
void operator= (const energyScalingFunction &)=delete
 No copy assignment. More...
 
- Protected Attributes inherited from energyScalingFunction
word name_
 
dictionary energyScalingFunctionProperties_
 
const pairPotentialpairPot_
 

Detailed Description

Source files

Definition at line 52 of file shiftedForce.H.

Constructor & Destructor Documentation

◆ shiftedForce()

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

Construct from components.

Definition at line 52 of file shiftedForce.C.

◆ ~shiftedForce()

~shiftedForce ( )
inline

Destructor.

Definition at line 83 of file shiftedForce.H.

Member Function Documentation

◆ TypeName()

TypeName ( "shiftedForce"  )

Runtime type information.

◆ scaleEnergy()

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

Implements energyScalingFunction.

Definition at line 68 of file shiftedForce.C.

References e.

◆ read()

bool read ( const dictionary energyScalingFunctionProperties)
virtual

Read dictionary.

Implements energyScalingFunction.

Definition at line 74 of file shiftedForce.C.

References energyScalingFunction::energyScalingFunctionProperties(), and kEpsilonLopesdaCosta< BasicTurbulenceModel >::read().

Here is the call graph for this function:

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