OpenFOAM-5.x/src/finiteVolume
Henry Weller cc4c2989c3 fieldTypes: Using C++11 __VA_ARGS__ functionality created the FOR_ALL_FIELD_TYPES macro
This supports the abstraction of the set of fields from the field code
generation macros making it easier to change the set of fields supported
by OpenFOAM.  This functionality is demonstrated in the updated
fvPatchFields macros and will be applied to the rest of the field code
generation macros in the future.
2016-10-03 09:08:01 +01:00
..
cfdTools fvPatchFields: Constructors from dictionary now call the corresponding constructor of the fvPatchField base-class 2016-09-25 09:11:53 +01:00
fields fieldTypes: Using C++11 __VA_ARGS__ functionality created the FOR_ALL_FIELD_TYPES macro 2016-10-03 09:08:01 +01:00
finiteVolume C++11: Replaced the C NULL with the safer C++11 nullptr 2016-08-05 17:19:38 +01:00
functionObjects functionObjects::volRegion: Cache integral properties for writeFileHeader 2016-08-24 09:32:34 +01:00
fvMatrices fvMatrixSolve: Set the solver name to that used to solve the components 2016-08-14 21:39:58 +01:00
fvMesh fvMesh,dynamicRefineFvMesh: Rename writeObjects -> writeObject for consistency with regIOobject 2016-08-16 23:40:27 +01:00
interpolation triangle storage: Return barycentric coordinates as FixedList instead of List 2016-09-30 16:22:55 +01:00
Make functionObjects::volRegion: General base-class to handle vol (cell) region processing 2016-08-11 15:11:19 +01:00
surfaceMesh Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
volMesh GeometricField, volFields: Added experimental member function ".v()" and perfix operator "~" 2016-04-26 20:45:53 +01:00