Difference between revisions of "OpenFOAM guide/RTS base class"

From OpenFOAMWiki
(Created page with 'A runTimeSelection base class. A class that constructs derived classes using OpenFOAM's runTimeSelection mechanism. An RTS base class can be identified by the …')
 
 
(No difference)

Latest revision as of 19:26, 30 June 2010

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: