equationInitialResidualCondition.C File Reference
Include dependency graph for equationInitialResidualCondition.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 
namespace  Foam::functionObjects
 Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows by producing additional user-requested data both during runtime and postprocessing calculations, typically in the form of additional logging to the screen, or generating text, image and field files.
 
namespace  Foam::functionObjects::runTimeControls
 

Macros

#define SetResidual(Type)    setResidual<Type>(mesh, solverDict, fieldName, component, canSet, residual);
 

Functions

 defineTypeNameAndDebug (equationInitialResidualCondition, 0)
 
 addToRunTimeSelectionTable (runTimeCondition, equationInitialResidualCondition, dictionary)
 

Detailed Description

Macro Definition Documentation

◆ SetResidual

#define SetResidual (   Type)     setResidual<Type>(mesh, solverDict, fieldName, component, canSet, residual);

Definition at line 35 of file equationInitialResidualCondition.C.