- 02 Jun, 2020 2 commits
-
-
Mark Olesen authored
-
Mark Olesen authored
- Favour use of argList methods that are more similar to dictionary method names with the aim of reducing the cognitive load. * Silently deprecate two-parameter get() method in favour of the more familiar getOrDefault. * Silently deprecate opt() method in favour of get() These may be verbosely deprecated in future versions.
-
- 03 Apr, 2020 1 commit
-
-
Mark Olesen authored
- adjustments to internal handling to improve run-time addition of other formats (eg, with additional user library) For example, to write a binary STL with a '.stl' extension: $ surfaceMeshConvert input.obj -write-format stlb output.stl Or in a sampler, to specify the input type without ambiguity: surf { type meshedSurface; surface sampling.inp; fileType starcd; scale 0.001; ... } STYLE: regularize naming for input/output scaling * -read-scale (compat: -scaleIn) * -write-scale (compat: -scaleOut) CONFIG: change edge/surface selection name for STARCD format - now select as "starcd" instead of "inp" to avoid naming ambiguity with abaqus
-
- 11 Mar, 2020 1 commit
-
-
Mark Olesen authored
- coordinateSystems, DictionaryBase
-
- 26 Nov, 2019 1 commit
-
-
Mark Olesen authored
- previously only had 'opt<..>()' for options, but 'get<..>()' provides more similarity with dictionary methods. The 'opt<..>()' method is retained.
-
- 31 Oct, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 06 Feb, 2019 1 commit
-
-
OpenFOAM bot authored
-
- 17 Dec, 2018 1 commit
-
-
Mark Olesen authored
-
- 12 Dec, 2018 2 commits
-
-
Mark Olesen authored
- also replaced a few instances of readIfPresent with opt<> for constant values.
-
Mark Olesen authored
-
- 01 Oct, 2018 1 commit
-
-
Mark Olesen authored
- searchable surfaces - pointToPointPlanarInterpolation - sampled planes - surfaceMeshConvert, surfaceMeshExport, surfaceMeshImport
-
- 02 Aug, 2018 1 commit
-
-
Mark Olesen authored
- centralizes IOobject handling and treatment of alternative locations. If an alternative file location is specified, it will be used instead. - provide decompositionMethod::canonicalName instead of using "decomposeParDict" in various places.
-
- 31 Jul, 2018 1 commit
-
-
Mark Olesen authored
General: * -roots, -hostRoots, -fileHandler Specific: * -to <coordinateSystem> -from <coordinateSystem> - Display -help-compat when compatibility or ignored options are available STYLE: capitalization of options text
-
- 05 Mar, 2018 1 commit
-
-
Mark Olesen authored
This class is largely a pre-C++11 holdover. It is now possible to simply use move construct/assignment directly. In a few rare cases (eg, polyMesh::resetPrimitives) it has been replaced by an autoPtr.
-
- 08 Jan, 2018 1 commit
-
-
Mark Olesen authored
- 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
-
- 22 Nov, 2017 2 commits
-
-
Mark Olesen authored
- in most cases already checked valid() so don't need additional check for setting an existing pointer
-
Mark Olesen authored
-
- 04 Oct, 2016 1 commit
-
-
Mark Olesen authored
-
- 17 Jun, 2016 1 commit
-
-
Henry Weller authored
-
- 27 Jun, 2016 1 commit
-
-
Andrew Heather authored
-
- 25 Jan, 2016 1 commit
-
-
mattijs authored
Moved file path handling to regIOobject and made it type specific so now every object can have its own rules. Examples: - faceZones are now processor local (and don't search up anymore) - timeStampMaster is now no longer hardcoded inside IOdictionary (e.g. uniformDimensionedFields support it as well) - the distributedTriSurfaceMesh is properly processor-local; no need for fileModificationChecking manipulation.
-
- 10 Nov, 2015 1 commit
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- 21 Feb, 2013 1 commit
-
-
andy authored
-
- 05 Dec, 2012 1 commit
-
-
mattijs authored
-
- 26 Jul, 2012 1 commit
-
-
mattijs authored
(more general: timeSelector should only be used for postprocessing utils)
-
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 08 Feb, 2011 1 commit
-
-
Henry authored
-
- 19 Jan, 2011 1 commit
-
- 14 Jan, 2011 1 commit
-
-
Andrew Heather authored
-
- 07 Jan, 2011 1 commit
-
-
graham authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 26 Jul, 2010 1 commit
-
-
Mark Olesen authored
STYLE: use findIndices instead of findAll for coordinateSystems
-
- 27 Apr, 2010 1 commit
-
-
Mark Olesen authored
- mapFields and splitMeshRegions need more clarification
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 17 Feb, 2010 1 commit
-
-
Mark Olesen authored
- operator[] with label -> get args at index - operator[] with word -> get named option
-
- 16 Feb, 2010 1 commit
-
-
Mark Olesen authored
- deprecate argList::additionalArgs() method and remove uses of it
-
- 03 Dec, 2009 1 commit
-
-
Mark Olesen authored
- ensure that the standard options (eg, from timeSelector) also have some usage information
-
- 19 May, 2009 1 commit
-
-
Mark Olesen authored
- also drop various unused time options from src/OpenFOAM/include
-
- 17 Apr, 2009 1 commit
-
-
Mark Olesen authored
-