OpenFOAM guide/RTS base class

From OpenFOAMWiki
< OpenFOAM guide(Redirected from RTS base class)

A runTimeSelection base class. A class that constructs derived classes using OpenFOAM's runTimeSelection mechanism. An RTS base class can be identified by the presence of declareRunTimeSelectionTable macros in the header file, although these may be concealed in other macros that are called from the header file.

See also: