Files
OpenFOAM-12/applications/solvers/modules
Will Bainbridge 0f5f4ed62c solver: Registered to database
This change lets the solver be looked up from the region database, so
that aspects of the solution algorithm can be accessed by
functionObjects and fvModels and similar. For example, a fluid solver
could be looked up as follows:

    const solvers::fluid& s =
        mesh().lookupObject<solvers::fluid>(solver::typeName);
2023-01-26 08:31:02 +00:00
..
2023-01-26 08:31:02 +00:00
2023-01-26 08:31:02 +00:00
2023-01-26 08:31:02 +00:00