openfoam/src/dynamicFvMesh
Mark Olesen 345a2a42f1 ENH: simplify method names for reading argList options and arguments
- use succincter method names that more closely resemble dictionary
  and HashTable method names. This improves method name consistency
  between classes and also requires less typing effort:

    args.found(optName)        vs.  args.optionFound(optName)
    args.readIfPresent(..)     vs.  args.optionReadIfPresent(..)
    ...
    args.opt<scalar>(optName)  vs.  args.optionRead<scalar>(optName)
    args.read<scalar>(index)   vs.  args.argRead<scalar>(index)

- the older method names forms have been retained for code compatibility,
  but are now deprecated
2018-01-08 15:35:18 +01:00
..
dynamicFvMesh STYLE: use auto and cfind to simplify selector usage (issue #512) 2017-07-03 10:36:03 +02:00
dynamicInkJetFvMesh Rationalize the "pos" function 2017-06-22 14:32:18 +01:00
dynamicMotionSolverFvMesh sixDoFRigidBodyState: New functionObject which writes the rigid-body state 2017-09-09 19:00:56 +01:00
dynamicMotionSolverListFvMesh dynamicMotionSolverListFvMesh: Ensure independence of zone-based motion 2016-12-09 14:19:07 +00:00
dynamicMultiMotionSolverFvMesh ENH: dynamicMultiMotionSolverFvMesh: new dynamicFvMesh type. 2016-12-12 16:05:21 +00:00
dynamicRefineFvMesh INT: Integration of Mattijs' collocated parallel IO additions 2017-07-07 11:39:56 +01:00
include ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
Make ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
staticFvMesh Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00