openfoam/applications/solvers
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
..
basic ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
combustion ENH: enumerations for known cell models in cellModel, ptr/ref lookups 2017-11-18 11:05:05 +01:00
compressible BUG: Fixing creating of turbulence after overset specific in createFields.H for overRhoPimpleDyMFoam 2017-12-22 12:53:40 -08:00
discreteMethods GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
DNS COMP: update lnInclude directories when building (issue #364) 2016-12-22 11:26:29 +01:00
doc STYLE: finiteArea doc and style updates 2017-12-18 11:25:53 +00:00
electromagnetics ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
financial GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
finiteArea COMP: incorrect executable path sphereSurfactantFoam (closes #695) 2018-01-08 10:51:00 +01:00
heatTransfer Merge remote-tracking branch 'origin/master' into develop 2017-12-06 12:52:12 +00:00
incompressible BUG: Correcting HbyA constrain with cellMask in pEq.H 2017-12-21 07:37:40 -08:00
lagrangian ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
multiphase BUG: Change the calculation of dgdt term in the pEq plus reverting compressible pEqComp until 2017-12-21 17:08:33 -08:00
stressAnalysis GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00