Commit graph

165 commits

Author SHA1 Message Date
Hrvoje Jasak
5d98ea3dea cfMesh clean-up: wrong location 2015-08-07 13:24:55 +01:00
Hrvoje Jasak
a5e7b980ad Universal code base cfMesh clean-up 2015-08-07 13:24:54 +01:00
Dominik Christ
0d734cb9c0 merged triSurface and meshTools 2015-08-07 13:07:18 +01:00
Dominik Christ
bd927880b7 merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
Dominik Christ
278c3e6de4 Renamed string.H and Time.H to foamString.H and foamTime.H 2015-08-07 12:59:14 +01:00
Dominik Christ
c8788776de Changes necessary to compile 2015-08-07 12:59:13 +01:00
Dominik Christ
1dd6f5b45a Moved contents of src/cfMesh/meshLibrary one level up 2015-08-06 11:56:06 +01:00
Franjo Juretic
b052860f6f Cleanup 2015-08-06 11:53:21 +01:00
Franjo Juretic
d21a37312b Compilation fixes 2015-08-06 11:41:37 +01:00
Franjo Juretic
eff9a36c3b Merged executable and utilities 2015-08-06 11:41:37 +01:00
Henrik Rusche
a23acb0388 VERSION: version, headers, whitespace & tabs for 3.2. Author: Henrik Rusche. Merge: Henrik Rusche 2015-06-02 11:52:46 +02:00
Henrik Rusche
f5c5fe700b Upgrade case file headers 2015-05-18 09:54:33 +02:00
Martin Beaudoin
69f5076a14 ThirdParty: adjusting the compilation of .L files when using flex from ThirdParty 2015-05-17 23:58:57 -04:00
Henrik Rusche
0a02a92e53 Upgrade copyright notices & banner in source code 2015-05-17 15:58:16 +02:00
Henrik Rusche
ee97417a27 Removing trailing whitespace 2015-05-17 15:27:49 +02:00
Hrvoje Jasak
2e0eb6750f Feature:cfMesh repositioning and build update 2015-05-13 12:12:11 +01:00
Dominik Christ
f41bef05bc FEATURE: Remove empty patches from the mesh after conversion with gmshToFoam. Author: Alexey Matveichev. Merge: Dominik Christ. 2015-05-12 16:23:43 +01:00
Hrvoje Jasak
50c041b9aa Moved 2015-05-12 15:55:51 +01:00
Alexey Matveichev
478fdb60e8 Remove empty patches after conversion
Empty defaultFaces should not be in the list of boundaries.
2015-05-12 15:19:29 +01:00
Franjo Juretic
fee6383c54 Updated cfMesh to v1.0.1 2015-04-27 10:24:10 +01:00
Dominik Christ
4ef5a2ad65 FEATURE: Several minor feature improvements, including turbulent viscosity limiters, mesh flux check, 2nd order correction on symmetry plane. Author: Hrvoje Jasak. 2015-04-22 10:56:30 +01:00
Dominik Christ
ab85af8ae4 BUGFIX: Several minor bugfixes and corrected code formatting. Author: Hrvoje Jasak. Merge: Dominik Christ. 2015-04-22 10:55:23 +01:00
Hrvoje Jasak
d553abb830 Added mesh flux check 2015-04-07 16:59:33 +01:00
Hrvoje Jasak
358eb9b5e1 Formatting 2015-04-07 16:45:04 +01:00
Hrvoje Jasak
15a24604c7 Formatting
Conflicts:
	applications/solvers/basic/potentialDyMFoam/potentialDyMFoam.C
2015-04-07 16:34:36 +01:00
Hrvoje Jasak
2154e0dee1 Added mesh Co number check 2015-04-07 16:33:42 +01:00
Hrvoje Jasak
bae18c4d32 Make constant directories 2014-09-30 16:16:21 +01:00
Dominik Christ
6337756e8c BUGFIX: Minor fixes and formatting. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-09-30 16:12:29 +01:00
Hrvoje Jasak
65a19e8d07 Robustness change: empty face 2014-09-30 13:25:58 +01:00
Hrvoje Jasak
44123aa2eb CLang porting changes: cfMesh 2014-06-17 11:42:41 +01:00
Henrik Rusche
10725e9620 Moving cfMesh into place. Updated contibutors list 2014-06-11 23:13:15 +02:00
Franjo Juretic
c9cabb1105 Adding cfMesh-v1.0 into the repository
Signed-off-by: Henrik Rusche <h.rusche@wikki-gmbh.de>
2014-06-11 22:06:25 +02:00
Hrvoje Jasak
e1cb7f1ff7 Added missing header 2014-06-11 11:27:07 +01:00
Hrvoje Jasak
abf190632f Fixing formatting errors and deleted headers 2014-06-11 11:27:07 +01:00
Henrik Rusche
941969a78b Revert to latest version of fluentMeshToFoam
Add faunctionality in preservePatchTypes to ensure full compatibility
2014-06-09 14:00:36 +02:00
Henrik Rusche
9203c0219e BUG: Compiling wrong autoMesh library 2014-06-07 11:48:40 +02:00
Bernhard F.W. Gschaider
a72b12ce8f This solves a compilation problem in Clang 3.5 where the class Time is
not completely instantiated in objectRegistry (see error message
below)

By including objectRegistry.H before Time.H the class Tiem gets
completely defined before objectRegistry.

The original Time.H could be omitted (as it is already included in
objectRegistry.H )

In file included from blockMeshApp.C:49:
In file included from /Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/Time.H:42:
In file included from /Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/objectRegistry.H:235:
/Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/objectRegistryTemplates.C:94:25: error: 'const Foam::Time' is an incomplete type
        if (&parent_ != dynamic_cast<const objectRegistry*>(&time_))
                        ^                                   ~~~~~~
/Users/bgschaid/OpenFOAM/foam-extend-3.1/src/foam/lnInclude/IOobject.H:78:7: note: forward declaration of 'Foam::Time'
class Time;
      ^
In file included from blockMeshApp.C:49:
2014-06-02 18:05:03 +02:00
Henrik Rusche
3c5ba8da44 bump version number 2014-06-01 18:23:43 +02:00
Henrik Rusche
a78b12074e Merge branch 'feature/blockMeshSyntaxBackport' into nextRelease 2014-06-01 12:04:03 +02:00
Henrik Rusche
567afd5c22 blockMesh backport compiling & tested on cavity 2014-05-29 14:18:28 +02:00
Håkan Nilsson
62dd0f0650 Added option cylToCart, to convert points in cylindrical coordinates to Cartesian coordinates 2014-05-23 19:47:24 +02:00
Hrvoje Jasak
7832d77bf2 Stitching sliding interfaces around corners. Zeljko Tukovic 2014-05-05 20:00:32 +01:00
Henrik Rusche
0a97c69d86 STYLE: Foamization 2014-05-02 17:55:00 +02:00
Henrik Rusche
78877f0930 FEAT: foamMeshToElmer & fluentMeshToElmer utilities 2014-05-02 16:43:01 +02:00
Hrvoje Jasak
91ca61dfd2 Scaling factor fix 2014-04-10 17:46:56 +01:00
Hrvoje Jasak
aac5de5e16 Renamed and cleaned foam-extend 2013-12-11 16:09:41 +00:00
Hrvoje Jasak
b3d563ae57 Merge branch 'nextRelease' of ssh://git.code.sf.net/p/openfoam-extend/OpenFOAM-1.6-ext into nextRelease 2013-12-03 10:30:39 +00:00
Hrvoje Jasak
3a161d3f32 Improved mesh statistics 2013-12-03 10:18:02 +00:00
Dominik Christ
6f351431e4 Fixed bugs in splitMeshRegions 2013-12-02 16:59:07 +00:00
Henrik Rusche
15b4256033 STYLE: Quench compiler warnings 2013-11-30 15:32:37 +01:00
Hrvoje Jasak
f3441a1a31 Merge branch 'macMaverickPort' into nextRelease
Conflicts:
	applications/solvers/solidMechanics/solidModels/Make/files
	applications/solvers/solidMechanics/solidModels/contactModel/contactPatchPair.C
	applications/solvers/solidMechanics/solidModels/contactModel/contactPatchPairCorrect.C
	applications/solvers/solidMechanics/solidModels/contactModel/contactProblem.C
	applications/solvers/solidMechanics/solidModels/fvPatchFields/fixedDisplacementZeroShear/fixedDisplacementZeroShearFvPatchVectorField.C
	src/Allwmake
	src/solidModels/fvPatchFields/fixedDisplacementZeroShear/fixedDisplacementZeroShearFvPatchVectorField.H
	src/solidModels/fvPatchFields/solidTraction/solidTractionFvPatchVectorField.C
	src/solidModels/fvPatchFields/solidTraction/solidTractionFvPatchVectorField.H
	src/solidModels/fvPatchFields/solidTractionFree/solidTractionFreeFvPatchVectorField.C
	src/solidModels/fvPatchFields/solidTractionFree/solidTractionFreeFvPatchVectorField.H
	src/solidModels/fvPatchFields/timeVaryingSolidTraction/timeVaryingSolidTractionFvPatchVectorField.C
2013-11-04 09:57:50 +00:00
Hrvoje Jasak
d2a5f2f1a3 Mac OS X Maverick port 2013-11-03 20:28:05 +00:00
Hrvoje Jasak
10c5b66bf1 Formatting 2013-10-22 15:53:44 +01:00
Hrvoje Jasak
7cd690af95 Solid mechanics clean-up 2013-09-17 16:03:51 +01:00
Hrvoje Jasak
1a0318c0ca Tet fem reorganisation 2013-08-13 16:01:45 +01:00
Henrik Rusche
3a3ad9b10c Revert binary files touched by 8141282b 2013-07-19 11:04:52 +02:00
Henrik Rusche
8141282b1d Convert tabs to fours spaces systematically 2013-07-18 10:50:29 +02:00
Henrik Rusche
3241862b6c Remove trailing whitespace systematically 2013-07-18 10:15:54 +02:00
Henrik Rusche
4fdea6de14 Merge remote-tracking branch 'origin/hotfix/makeFaMesh' into nextRelease 2013-07-03 21:37:32 +02:00
Hrvoje Jasak
d6253d9355 Removed unused variable 2013-04-17 10:20:12 +01:00
Hrvoje Jasak
4f002e16f8 Fixed access to pointMesh 2013-04-15 12:58:37 +01:00
Hrvoje Jasak
805524bcb1 Formatting 2013-04-15 12:57:08 +01:00
Hrvoje Jasak
0968d8605b Fixed build script: ccmio is in ThirdParty 2012-10-25 06:53:54 +01:00
Hrvoje Jasak
413c004eff Added mesh check frequency option, fix 2012-10-08 13:35:44 +01:00
Hrvoje Jasak
e5967d4fd3 Removed merge garbage in comment 2012-10-08 13:19:26 +01:00
Hrvoje Jasak
7c0c29ccec Added mesh check frequency option 2012-10-08 13:18:52 +01:00
Hrvoje Jasak
d280b12a93 Project update 2012-08-30 17:35:14 +01:00
Hrvoje Jasak
0796682315 New version format change. Martin Becker 2012-07-20 14:03:48 +01:00
Hrvoje Jasak
ad5af13ef9 Merge remote-tracking branch 'remotes/origin/mixingPlane_RC1'
Conflicts:
	ThirdParty/AllMake.stage1
	ThirdParty/AllMake.stage4
	applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/Make/options
	etc/settings.csh
	etc/settings.sh
	src/OpenFOAM/Make/files
	src/finiteVolume/Make/files
2012-04-25 10:49:05 +01:00
Hrvoje Jasak
b2cd738861 Merge branch 'parallelTopo'
Conflicts:
	applications/utilities/mesh/manipulation/moveDyMEngineMesh/Make/options
	applications/utilities/mesh/manipulation/moveDyMEngineMesh/moveDyMEngineMesh.C
	applications/utilities/mesh/manipulation/setsToZones/setsToZones.C
	applications/utilities/parallelProcessing/decomposePar/decomposePar.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
	src/decompositionMethods/decompositionMethods/patchConstrainedDecomp/patchConstrainedDecomp.C
	src/decompositionMethods/metisDecomp/metisDecomp.C
	src/dynamicMesh/topoChangerFvMesh/Make/files
	src/dynamicMesh/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.C
	src/finiteArea/faMesh/faMesh.C
	src/finiteVolume/cfdTools/general/include/checkVolContinuity.H
	src/tetDecompositionFiniteElement/tetPolyMeshCellDecomp/tetPolyPatches/constraint/processor/calcProcessorTetPolyPatchCellDecompPointAddr.C
	src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C
	src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C
	src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C
	src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C
	tutorials/incompressible/icoDyMFoam/movingConeTopo/system/decomposeParDict
2012-04-25 10:38:12 +01:00
Hrvoje Jasak
ba42b5f4a7 Merge branch 'HrvojeJasak'
Conflicts:
	applications/utilities/mesh/conversion/ideasUnvToFoam/Make/options
	applications/utilities/surface/surfaceSmooth/Make/options
	applications/utilities/surface/surfaceSplitByPatch/Make/options
	src/decompositionMethods/decompositionMethods/patchConstrainedDecomp/patchConstrainedDecomp.C
	src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C
	src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C
	wmake/rules/linuxGcc/c++
2012-04-25 10:27:21 +01:00
Hrvoje Jasak
913282318a Immersed boundary method preparation 2012-04-25 10:22:35 +01:00
Martin Beaudoin
a93d17fd0f Add -noFunctionObjects runtime option. Useful with mergeMeshes when problems with certain functionObjects 2012-04-06 23:28:50 -04:00
Hrvoje Jasak
64d1162661 Build clean-up and coupled patch robustness 2012-03-12 15:49:37 +00:00
Hrvoje Jasak
b37779d4a6 Unused 2012-01-29 12:06:20 +00:00
Hrvoje Jasak
d4deb37b51 Formatting 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
57113dbaaa Fixing merge patch pairs 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
24334c8d44 Library ordering 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
5d66ddf8e8 Spelling mistake 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
e7290f8218 Updates on engine motion 2012-01-29 12:05:14 +00:00
Hrvoje Jasak
d6de60b9bd Better comments and debug 2012-01-29 12:05:14 +00:00
Hrvoje Jasak
d87f13eaef Spelling 2012-01-29 12:05:13 +00:00
Hrvoje Jasak
652f65891a Minor clean-up 2011-07-07 14:12:17 +01:00
Hrvoje Jasak
ac7d8bae43 File moved 2011-05-27 20:49:09 +01:00
Hrvoje Jasak
705c28eac4 Development branch merge 2011-05-27 17:17:25 +01:00
Hrvoje Jasak
aafe0363c3 Branch split: topo changes 2011-05-27 15:30:16 +01:00
Hrvoje Jasak
b32e1f0497 Rewrite + region addressing 2011-05-27 12:42:56 +01:00
Hrvoje Jasak
40c365c0a6 Improved mesh statistics for dynamic changes 2011-05-27 12:41:32 +01:00
Hrvoje Jasak
d8005b868f Updated handling of flipMaps: if master cell set not found, no flip is implied 2011-05-27 12:41:31 +01:00
Hrvoje Jasak
6a7971f2e4 Rewrite + region addressing 2011-05-27 11:38:05 +01:00
Henrik Rusche
9a2a744c37 Throw fatal error if face zones do not exist 2011-05-01 19:39:16 +02:00
Hrvoje Jasak
dc37b56def Parallel topological changes and internal combustion engine simulations 2011-03-22 12:29:57 +00:00
Hrvoje Jasak
14d54df4f4 Improved mesh statistics for dynamic changes 2011-03-21 06:43:39 +00:00
Hrvoje Jasak
0cec9c01fd Updated handling of flipMaps: if master cell set not found, no flip is implied 2011-03-17 12:50:56 +00:00
Hrvoje Jasak
9500a819db Parallel engine simulation updates 2011-03-03 11:49:44 +00:00
Hrvoje Jasak
05a5894871 Rewrite of face zone master flip using cellSet 2011-02-25 12:10:38 +00:00
Hrvoje Jasak
14cb568c1b Formatting 2011-02-04 13:14:01 +00:00
Hrvoje Jasak
559dd5d073 Corrected wrong app name 2011-01-13 17:22:32 +00:00
Martin Beaudoin
518a019e98 Add libccmio-2.6.1 as a ThirdParty package 2010-12-19 22:22:59 -05:00
Hrvoje Jasak
5238dacc29 Resurrected tool: decompose a mesh into tets 2010-12-10 01:11:51 +00:00