- 19 Feb, 2020 1 commit
-
-
- was missing cast to symmTensor
-
- 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
-
- 12 Dec, 2018 1 commit
-
-
Mark OLESEN authored
- also replaced a few instances of readIfPresent with opt<> for constant values.
-
- 09 Aug, 2018 1 commit
-
-
Mark OLESEN authored
- more consistent with dictionary method naming. The get<> or getList<> returns a value, doesn't read into a existing location.
-
- 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 May, 2017 1 commit
-
-
now possible with level-sets as well as planes. Removed tetPoints class as this wasn't really used anywhere except for the old tet-cutting routines. Restored tetPointRef.H to be consistent with other primitive shapes. Re-wrote tet-overlap mapping in terms of the new cutting.
-
- 25 Apr, 2016 1 commit
-
-
Henry Weller authored
-
- 16 Apr, 2016 1 commit
-
-
Henry Weller authored
-
- 13 Mar, 2013 1 commit
-
-
andy authored
-
- 16 Jan, 2012 2 commits
- 14 Aug, 2011 1 commit
-
-
Henry authored
-
- 17 Jun, 2011 1 commit
-
-
OpenFOAM-admin authored
-
- 09 Jun, 2011 1 commit
-
-
Henry authored
-
- 19 Jan, 2011 1 commit
-
- 14 Jan, 2011 1 commit
-
-
graham authored
-
- 07 Jan, 2011 1 commit
-
-
graham authored
-
- 05 Jan, 2011 2 commits
-
-
Andrew Heather authored
This reverts commit b18f6cc1.
-
graham authored
-
- 15 Dec, 2010 2 commits
- 23 Nov, 2010 1 commit
-
-
Mark Olesen authored
- easier to clean, avoid confusion with 'real' applications, etc.
-
- 27 Jul, 2010 1 commit
-
-
graham authored
Exception: applyWallFunctionBoundaryConditions.C cannot split #include directives.
-
- 29 Mar, 2010 1 commit
-
-
Mark Olesen authored
-
- 21 Dec, 2009 1 commit
-
-
graham authored
in a similar way to calculate the inertia of cells.
-
- 04 Dec, 2009 2 commits
-
-
graham authored
triangle, from: http://en.wikipedia.org/wiki/Inertia_tensor_of_triangle Adding the ability to calculate the inertia tensor of a polygon face by summing the triangle inertias. Added a test application to draw a test face with its principal axes and moments of inertia.
-
graham authored
triangle, from: http://en.wikipedia.org/wiki/Inertia_tensor_of_triangle Adding the ability to calculate the inertia tensor of a polygon face by summing the triangle inertias. Added a test application to draw a test face with its principal axes and moments of inertia.
-