Commit Graph

175 Commits

Author SHA1 Message Date
Henry Weller
047883da98 fluent3DMeshToFoam: Updated to handle ',' and '|' characters in headers
Patch provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1826
2015-08-24 17:53:50 +01:00
Henry Weller
94401af010 Resolved issues with virtual function inheritance and warning from clang
Also removed __GNUC__ conditional compilation statements which are no
longer needed.
2015-07-17 12:11:37 +01:00
Henry Weller
72300041df Removed use of the deprecated "register" keyword
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340.html
2015-06-30 10:26:44 +01:00
Henry
8628ef2fea Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
Henry
c778346c96 Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
Henry
66cb99e696 Updated headers to ensure the class name declared to Doxygen is in the appropriate namespace
Also moved global classes which should be in the Foam namespace into it.
2015-02-09 14:43:11 +00:00
Henry
844b283030 New version of wmake supporting out-of-tree object and dependency files 2014-12-14 21:42:18 +00:00
mattijs
6c1f95cc5f BUG: fluentMeshToFoam: correct sets addressing 2014-04-22 14:46:27 +01:00
Henry
56bfb3cb42 Update headers 2013-12-06 15:49:31 +00:00
Henry
3f5eda25f0 symmetryPlane: add symmetryPlane as a special type of symmetry condition applied to a single plane
The standard/previous general symmetry type is now named symmetry
    both in class and lookup name for consistency.  The rigorous
    symmetryPlane type is needed for moving-mesh cases in which the
    motion it constrained by one or two planes.
2013-12-06 15:45:11 +00:00
mattijs
41650787b1 ENH: mesh tools: max write precision 2013-10-29 09:59:21 +00:00
mattijs
729d53b862 BUG: ideasUnvToFoam: handling faceZones 2013-03-14 09:15:02 +00:00
andy
6ba20b0f78 BUG: Updated ccm26ToFoam converter 2013-03-11 13:01:49 +00:00
andy
951c8436aa ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
andy
fe38fc8575 ENH: Updated gmshToFoam - mantis #690 2013-02-18 17:09:53 +00:00
mattijs
e8ff31f9e8 ENH: Time: use constant(), time() instead of hardcoded strings 2012-12-06 08:24:54 +00:00
mattijs
3c183eba6c ENH: polyPatch: adding constraint patches to group 2012-09-05 16:40:59 +01:00
mattijs
d490f96086 STYLE: SLList: make construct from type explicit to avoid nasty conversions 2012-07-10 10:00:52 +01:00
andy
79062e3fa2 ENH: Updated fluent3DMeshToFoam Flex rules for reading header information 2012-03-22 14:48:27 +00:00
mattijs
9b0518f015 STYLE: vtkUnstructuredToFoam: date 2012-03-05 14:18:07 +00:00
mattijs
8cabdb25df ENH: vtkUnstructuredToFoam: vtk mesh reader 2012-03-05 14:16:15 +00:00
mattijs
f4eeef024e STYLE: duplicate ;; 2011-12-23 15:36:43 +00:00
mattijs
51b6dcd4a3 COMP: 64bit label changes 2011-11-28 12:56:34 +00:00
mattijs
8558af2cdf COMP: 64bit label changes 2011-11-28 11:10:46 +00:00
Henry
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
mattijs
cb5796df09 ENH: ideasUnvToFoam: handle reversed boundary faces. 2011-08-02 21:48:32 +01:00
Henry
855aa199fb cfx4ToFoam: Removed unused files 2011-07-23 19:49:57 +01:00
mattijs
776ae0a6a5 ENH: gmshToFoam: remove empty defaultFaces patch 2011-07-13 16:38:13 +01:00
mattijs
1c1cac6646 ENH: ideasUnvToFoam.C: added support for zones 2011-04-28 16:27:20 +01:00
Henry
f70593a8ff Renamed simpleSRFFoam -> SRFSimpleFoam and simpleWindFoam -> windSimpleFoam 2011-04-19 23:23:49 +01:00
Henry
f8f575e23c Tutorial solvers and mesh converters moved to applications 2011-04-19 23:20:18 +01:00
mattijs
13ce640b92 ENH: dates 2011-04-07 22:36:11 +01:00
mattijs
876aa9cdda Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C
2011-04-07 09:36:51 +01:00
Henry
1a0095489b gcc-4.6.0 warnings: removed initialised but unused variables 2011-04-06 22:55:47 +01:00
mattijs
7cd8b41f8b ENH: ideasUnvToFoam: added type 118 2011-03-25 14:10:00 +00:00
Mark Olesen
f182b725da STYLE: use 'static const' instead of 'const static' for consistency 2011-03-01 15:21:30 +01:00
Mark Olesen
56e07de724 STYLE: changed some missed doxygen '@' to '\' 2011-02-14 10:00:48 +01:00
Henry
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
andy
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
andy
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
graham
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
Mark Olesen
060acc6eae COMP: fix missing link references to FOAM_EXT_LIBBIN 2011-01-04 09:54:14 +01:00
Mark Olesen
29e06d366b STYLE: use faceUList typedef instead of unallocFaceList 2010-12-21 13:06:17 +01:00
Mark Olesen
a00ec1562a Merge remote branch 'OpenCFD/master' into olesenm 2010-12-07 15:20:19 +01:00
Mark Olesen
a2b73a1c6d STYLE: use X.last() method instead of X[X.size()-1] 2010-12-07 09:56:52 +01:00
Mark Olesen
f367ee2ece ENH: add 'flip()' in-place method to edge, face, triFace 2010-12-07 08:58:31 +01:00
mattijs
1c3c1e017b ENH: fluent3dMeshToFoam : added initial part for reading of periodic faces 2010-12-02 18:46:50 +00:00
Mark Olesen
d5acd22a63 STYLE: use labelUList typedef instead of UList<label> or unallocLabelList 2010-11-02 09:32:32 +01:00
mattijs
e44359e190 BUG: cyclics in mesh conversion : have 'old' style cyclics 2010-10-22 11:50:28 +01:00
mattijs
d820925462 ENH: preservePatchTypes preserves whole patch dictionary, not just type. 2010-10-13 11:05:29 +01:00