Hrvoje Jasak
bf0f746ed5
Fixed debug treatment - cannot copy debug switch
2015-06-04 17:54:17 +01:00
Hrvoje Jasak
37492e45f4
Changed default debug level of block matrix
2015-06-04 17:53:51 +01:00
Hrvoje Jasak
d5e847baf5
Corrected handling of mixing type
2015-06-03 09:19:27 +01:00
Hrvoje Jasak
15e13ead7f
Better mesh info data
2015-06-03 09:18:16 +01:00
Hrvoje Jasak
9b576b9916
Formatting
2015-06-03 09:18:00 +01:00
Hrvoje Jasak
09bd0e1c70
Formatting
2015-06-03 09:17:28 +01:00
Hrvoje Jasak
fceb3b566e
Formatting
2015-06-03 09:15:02 +01:00
Henrik Rusche
8e6d5ad0c9
Porting fixes, Mac OS X. Author: Hrvoje Jasak. Merge: Hrvoje Jasak
...
Conflicts:
src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.C
2015-06-02 12:00:39 +02: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
46f509ad79
FEATURE: Simpler ThirdParty packages selection mechanism. Author: Martin Beaudoin. Merge: Henrik Rusche.
...
I am proposing an improved ThirdParty packages selection mechanism based on a set of package-specific, pre-defined environment variables.
Using those environment variables, one can control the selection of the full list of ThirdParty packages he/she want to compile/use by simply editing the etc/prefs.sh or etc/prefs.csh file.
Using this new approach, you will no longer have to edit the ThirdParty/AllMake.stageXXX files or the etc/settings.[sh,csh] to suit your needs; every supported package is selectable from a single environment variable specified in your prefs.[sh,csh] file, or in one of your script file.
Another benefit from this improvement will also come from supplying a set of predefined prefs.[sh,csh]-EXAMPLE files for both generic or specialized configurations and/or for specific Operating Systems. For example:
prefs.sh-EXAMPLE-Centos-7
prefs.sh-EXAMPLE-Ubuntu-14.02
prefs.sh-EXAMPLE-MacOSX_Yosemite_without_MacPorts
prefs.sh-EXAMPLE-RaspberryPi2
I also took the liberty of bumping many ThirdParty packages to the latest version available.
2015-06-01 18:03:56 +02:00
openfoam-maintainance
a78f5ad238
Add a check that only the Time-instance that created the
...
profilingPool-singleton also destroys it (for programs with more than one
Time-instance)
Also protect the initiation and destruction of the singleton so that only a
Time-instance can do this
2015-05-21 18:25:07 +02:00
openfoam-maintainance
1bd5ad31d3
Let Time destroy the profilingPool-Singleton in the end. This removes messages
...
from valgrind about unfreed memory (the amount of memory was O(1) - no growth
over time)
2015-05-21 17:49:43 +02:00
Hrvoje Jasak
4c8a660d1c
Merge fixes
2015-05-19 09:54:07 +01:00
Henrik Rusche
82a0e1e7df
Replace tabs by 4 spaces in bin, tutorials, src, ... & clean-up by hand
2015-05-18 09:54:40 +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
9319d9459f
Merge fixes
2015-05-15 16:23:41 +01:00
Dominik Christ
a9fefbe25b
FEATURE: cfMesh library structure cleanup. Author: Dominik Christ. Merge: Dominik Christ.
2015-05-15 11:28:36 +01:00
Dominik Christ
aaf37ce513
FEATURE: Global control switches can now be used as command line parameters (see full commit description). Author: Martin Beaudoin (contribution by Hrvoje Jasak). Merge: Dominik Christ.
...
This is a major modification to the definition and handling of global control switches, namely the DebugSwitches, InfoSwitches, OptimisationSwitches, Tolerances and DimensionedConstants defined in the
Those values are now defined as objects, and are no longer defined using simple types like scalar or int.
It is now possible to override any of those control switches from the command-line, like this:
simpleFoam -help
Usage: simpleFoam [-DebugSwitches key1=val1,key2=val2,...] [-DimensionedConstants key1=val1,key2=val2,...] [-InfoSwitches key1=val1,key2=val2,...] [-OptimisationSwitches key1=val1,key2=val2,...] [-Tol
or
simpleFoam -DebugSwitches fvVectorMatrix=1,fvScalarMatrix=1
The 'banana' test is also implemented in order to dump the list of all the known control switches for a given application. One can use any bogus key name in order to get the list:
simpleFoam -DebugSwitches banana=1
The global controlDict file '$WM_PROJECT_DIR/etc/controlDict' is gone. One can still use a file to override a whole bunch of control switches by using the environment variable FOAM_GLOBAL_CONTROLDICT
One can also override case specific controlSwitches by using the case system/controlDict file.
Here is the order of precedence for the definition/overriding of the control switches, from lowest to highest:
- source code definitions from the various libraries/solvers
- file specified by the env. variable FOAM_GLOBAL_CONTROLDICT
- case's system/controlDict file
- command-line parameters
The application 'foamDebugSwitches' is gone. Instead, one can use the command-line option '-dumpControlSwitches' to print at the console the full list of control switches for a given application. The
At the source code level, when creating a control switch object, one can now add an optional description string in order to document its behaviour or purpose. That string description will be written a
Martin Beaudoin
Reorganisation of global controlDict by Hrvoje Jasak.
2015-05-15 10:21:39 +01:00
Hrvoje Jasak
66632c794e
Removed error message
2015-05-14 23:29:00 +01:00
Hrvoje Jasak
b2cab2462e
Post-merge clean-up
2015-05-14 22:24:17 +01:00
Hrvoje Jasak
c036910811
Added repactCoverage topo changer
2015-05-14 20:49:06 +01:00
Hrvoje Jasak
e054cad9be
Global controlDict pre-merge.
2015-05-14 20:31:22 +01:00
Hrvoje Jasak
a2300be5f9
Formatting
2015-05-14 11:18:46 +01:00
Hrvoje Jasak
6661bc2412
Merge commit 'bd947865f2881af1c52b458aa6b6b1b1844ce254' into nextRelease
...
Conflicts:
ListOfContributors
applications/solvers/compressible/sonicDyMFoam/eEqn.H
applications/utilities/immersedBoundary/refineImmersedBoundaryMesh/Make/options
src/coupledMatrix/coupledLduMatrix/coupledLduMatrix.C
src/dynamicMesh/dynamicFvMesh/dynamicTopoFvMesh/coupledMesh/dynamicTopoFvMeshCoupled.C
src/finiteVolume/fields/fvPatchFields/basic/basicSymmetry/basicSymmetryFvPatchScalarField.C
src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.C
src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.H
src/foam/fields/PointPatchFields/constraint/processor/ProcessorPointPatchField.C
src/foam/interpolations/GGIInterpolation/GGIInterpolationQuickRejectTests.C
src/foam/matrices/blockLduMatrix/BlockAmg/coarseBlockAmgLevel.C
src/foam/meshes/polyMesh/globalMeshData/globalMeshData.H
src/lduSolvers/amg/coarseAmgLevel.C
src/mesh/cfMesh/meshLibrary/utilities/octrees/meshOctree/refinementControls/objectRefinement/objectRefinement.C
2015-05-13 18:27:51 +01:00
Dominik Christ
db3923787e
FEATURE: Updates of Immersed Boundary tutorial cases and build script. Author: Hrvoje Jasak. Merge: Dominik Christ.
2015-05-13 17:03:54 +01:00
Dominik Christ
58e86dca1f
Changed build order. Removed All* scripts.
2015-05-13 16:37:10 +01:00
Hrvoje Jasak
8628a03fe0
Bug fix: laminar forces
2015-05-13 16:30:45 +01:00
Hrvoje Jasak
2e0eb6750f
Feature:cfMesh repositioning and build update
2015-05-13 12:12:11 +01:00
Hrvoje Jasak
3eb606df65
Immersed boundary build update
2015-05-13 11:29:41 +01:00
Dominik Christ
d08127d5a9
FEATURE: Immersed boundary solver. Authors: Zeljko Tukovic, Hrvoje Jasak. Merge: Dominik Christ.
2015-05-12 16:18:51 +01:00
Dominik Christ
74a0f0747d
FEATURE: Coupled kEpsilon and kOmegaSST turbulence models. Author: Hrvoje Jasak. Merge: Dominik Christ.
2015-05-12 16:17:36 +01:00
Hrvoje Jasak
21caef72f1
Coupled RAS models: initial version
2015-05-12 15:02:14 +01:00
Hrvoje Jasak
7f5f9a10ef
Formatting
2015-05-12 15:01:28 +01:00
Hrvoje Jasak
c1155dd9af
Formatting
2015-05-12 15:01:27 +01:00
Hrvoje Jasak
6b022758d1
Feature: Single precision and long double precision port
2015-05-12 15:01:27 +01:00
Hrvoje Jasak
51cd34cc0e
Formatting
2015-05-12 15:01:27 +01:00
Hrvoje Jasak
f19018541e
Formatting
2015-05-12 15:01:26 +01:00
Hrvoje Jasak
a6d1c4021f
Bug fix: Maxwell transport. M. Nobrega
2015-05-12 15:01:26 +01:00
Hrvoje Jasak
8a8afda6ac
Bugfix: compiler error typename outside of template
2015-05-12 15:01:25 +01:00
Hrvoje Jasak
2e0286b2c1
Feature: coupled implicit k-epsilon model
2015-05-12 15:01:24 +01:00
Hrvoje Jasak
acb22cc5cc
Formatting
2015-05-12 15:01:24 +01:00
Hrvoje Jasak
95fb99d2a6
Feature: block coupled updates
2015-05-12 15:01:24 +01:00
Hrvoje Jasak
56e21d8f61
Formatting
2015-05-12 15:01:23 +01:00
Dominik Christ
4608dddc89
BUGFIX: Fixed debug statement in factorial in label.C. Author: Inno Gatin. Merge: Dominik Christ.
2015-05-12 15:00:04 +01:00
Hrvoje Jasak
1a8a7148fe
Immersed boundary solver, Zeljko Tukovic and Hrvoje Jasak
2015-05-11 11:41:43 +01:00
Martin Beaudoin
bd947865f2
controlSwitches: - Improved handling of the control switch description
...
- Added a few switch descriptions.
2015-05-10 09:18:46 -04:00
Martin Beaudoin
23f4d5cb81
controlSwitches: - Addition of the command-line option -dumpControlSwitches
...
- Display at the console all the controlSwitches for a given application.
- Getting rid of the application foamDebugSwitches
- Some code cleanup.
2015-05-08 08:53:47 -04:00
Dominik Christ
91a62cb2c3
Fixed debug statement in factorial in label.C
2015-05-05 15:11:10 +01:00
Martin Beaudoin
473f85c949
controlSwitches: - We are now completely free from the global controlDict file.
...
This file is no longer necessary.
- If necessary, one can still use a global controlDict file
using the environment variable FOAM_GLOBAL_CONTROLDICT
- Case specific global control switches values can now be
supplied in the case's system/controlDict file.
- Renaming $WM_PROJECT_DIR/etc/controlDict to
$WM_PROJECT_DIR/etc/controlDict-EXAMPLE
- Some code cleanup.
2015-05-05 08:57:06 -04:00
Martin Beaudoin
4706995f5f
controlSwitches: updating after code merge. Minor correction for DimensionedConstants sigmaSB. Adapting foamDebugSwitches
2015-05-02 09:57:47 -04:00
Henrik Rusche
f3a67bf8a0
ENH: Derive model from fvDOM
2015-04-27 13:31:30 +01:00
Henrik Rusche
a3794911c5
BACKPORT: radiationModel constructors
2015-04-27 13:31:30 +01:00
Henrik Rusche
5a00d439f6
Re-instate Qin() and Qem()
2015-04-27 13:29:33 +01:00
Henrik Rusche
52edc09e2b
ENH: Provide Qr field for coupling and post-pro
2015-04-27 13:29:24 +01:00
Henrik Rusche
48e9ee0e9f
BACKPORT: setDeltaT with optional adjustment
2015-04-27 10:59:38 +01:00
Franjo Juretic
ba2bb602ef
Update of cfMesh-v1.0.1 + changes from Hrvoje Jasak
2015-04-27 10:24:11 +01:00
Franjo Juretic
fee6383c54
Updated cfMesh to v1.0.1
2015-04-27 10:24:10 +01:00
Sandeep Menon
6c22a20c72
BUGFIX: Bring sources up to date with repository
2015-04-27 10:03:41 +01:00
Sandeep Menon
3ae5ef28b4
BUGFIX: Bring sources up to date with repository
2015-04-27 10:03:41 +01:00
Dominik Christ
d2215f9622
FEATURE: Overhauled fvDOM radiation model and added specular reflection. Author: Dominik Christ. Merge: Dominik Christ.
2015-04-24 14:27:58 +01:00
Dominik Christ
fac323eb99
FEATURE: Updates to coupled solver and linear solvers. Author: Hrvoje Jasak. Merge: Dominik Christ.
2015-04-24 14:27:29 +01:00
Hrvoje Jasak
b3c099be07
Experimenting with least square vector correction: off
2015-04-24 14:11:11 +01:00
Hrvoje Jasak
7d149ebb2d
Improved error messaging
2015-04-24 14:09:55 +01:00
Hrvoje Jasak
3f2807735d
Renamed CrankNicolson scheme: correct spelling
2015-04-23 15:22:00 +01:00
Hrvoje Jasak
dfe8d85a57
Formatting
2015-04-23 13:57:40 +01:00
Hrvoje Jasak
317a046c3d
Improved handling of solo cells
2015-04-23 13:57:12 +01:00
Hrvoje Jasak
80c034aa99
AMG Robustness fix
2015-04-23 13:56:52 +01:00
Hrvoje Jasak
c143ca0fc7
Robustness fix
2015-04-23 13:56:35 +01:00
Hrvoje Jasak
ca9faf234e
Formatting
2015-04-23 13:56:20 +01:00
Hrvoje Jasak
6078082079
Formatting
2015-04-23 13:55:58 +01:00
Hrvoje Jasak
fa9b839109
Moved implicit grad files
2015-04-23 13:55:04 +01:00
Hrvoje Jasak
3ee3b61aee
Formatting
2015-04-23 13:54:50 +01:00
Hrvoje Jasak
f449d9fa1d
Block AMG solver update
2015-04-23 13:54:28 +01:00
Hrvoje Jasak
cd73e347d9
Moved implicit grad files
2015-04-23 13:53:50 +01:00
Dominik Christ
10d8ba81cd
BUGFIX: Fixed CrankNicholson ddt scheme for moving meshes. Author: Hrvoje Jasak. Merge: Dominik Christ.
2015-04-23 12:09:02 +01:00
Dominik Christ
8f829cc2e7
BUGFIX: Correct averaging in ProcessorPointPatchField. Author: Vanja Skuric. Merge: Dominik Christ.
2015-04-23 12:08:10 +01:00
Dominik Christ
a9efac2492
BUGFIX: Fixed CrankNicholson ddt scheme for moving meshes. Author: Hrvoje Jasak. Merge: Dominik Christ.
2015-04-23 11:22:41 +01:00
Dominik Christ
b138230f76
Fix for CrankNicholson in moving mesh cases
2015-04-23 10:56:25 +01:00
Dominik Christ
0e113e1a5d
Correct averaging in ProcessorPointPatchField
2015-04-22 18:20:22 +01:00
Dominik Christ
22303c24bf
Amended fix for basicSymmetryFvPatchField.C
2015-04-22 15:49:47 +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
4b50842cd9
FEATURE: Updates to coupled p-U solver, including ddt term and performance tuning. Author: Hrvoje Jasak. Merge: Dominik Christ.
2015-04-22 10:55:59 +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
736f1b496a
Updates for multiple solution of 6-DOF ODE
2015-04-22 10:48:47 +01:00
Hrvoje Jasak
67409f71e7
Formatting
...
Conflicts:
src/foam/fields/PointPatchFields/constraint/processor/ProcessorPointPatchField.C
2015-04-22 10:48:47 +01:00
Hrvoje Jasak
668548c946
Updates for multiple solution of 6-DOF ODE
2015-04-08 16:16:53 +01:00
Hrvoje Jasak
0a3af6dd00
Formatting
...
Conflicts:
src/foam/fields/PointPatchFields/constraint/processor/ProcessorPointPatchField.C
2015-04-08 16:16:53 +01:00
Hrvoje Jasak
999559bfee
Formatting
2015-04-08 16:16:53 +01:00
Hrvoje Jasak
2181f9f897
Formatting
2015-04-08 16:16:52 +01:00
Hrvoje Jasak
676a511a12
Formatting
2015-04-08 16:16:52 +01:00
Hrvoje Jasak
da7e0293a0
Formatting
2015-04-08 16:16:52 +01:00
Hrvoje Jasak
588263d03c
Bug fix: Evaluating coupled boundaries on least squares vectors
2015-04-08 16:16:52 +01:00
Hrvoje Jasak
2d899b8551
Parallel bug fix, processor boundaries comms. Zeljko Tukovic
2015-04-08 16:16:52 +01:00
Hrvoje Jasak
50079ba990
Bug Fix : #268 P. Beckstein: nbr polyPatch normals
2015-04-08 16:16:52 +01:00
Hrvoje Jasak
12791df21d
Formatting
2015-04-08 16:16:51 +01:00
Hrvoje Jasak
088f7f9764
Formatting
2015-04-08 16:16:51 +01:00
Hrvoje Jasak
db5d127b3e
Formatting
2015-04-08 16:16:51 +01:00
Hrvoje Jasak
f43e99e172
Detailed error message
2015-04-08 16:16:51 +01:00
Hrvoje Jasak
3cc2dcfe6f
Removed woarning on mutiple constraints
2015-04-08 16:16:51 +01:00
Hrvoje Jasak
74d6357196
Formatting
2015-04-08 16:16:50 +01:00
Hrvoje Jasak
fbcafa1334
Formatting
2015-04-08 16:16:50 +01:00
Hrvoje Jasak
08729fb00e
Formatting
2015-04-08 16:16:50 +01:00
Hrvoje Jasak
67fe945cdd
Formatting
2015-04-08 16:16:50 +01:00
Hrvoje Jasak
da5728270d
Formatting
2015-04-08 16:16:50 +01:00
Hrvoje Jasak
78cb994337
Formatting
2015-04-08 16:16:50 +01:00
Hrvoje Jasak
45ad4d22f4
Formatting
2015-04-08 16:16:49 +01:00
Hrvoje Jasak
3906e98dee
Formatting
2015-04-08 16:16:49 +01:00
Hrvoje Jasak
5a87b7b4aa
Added turbulence viscosity limiters
2015-04-07 16:58:45 +01:00
Hrvoje Jasak
4a12f53a63
Update on turbulence viscosity limiter
2015-04-07 16:58:37 +01:00
Hrvoje Jasak
d1f8b09ecb
Manage debug level for top-level solver
2015-04-07 16:56:21 +01:00
Hrvoje Jasak
cb311a3696
rothalpy treatment - experimental
2015-04-07 16:56:01 +01:00
Hrvoje Jasak
dc0c3fb4e1
Added write for transform fvs fields
2015-04-07 16:55:45 +01:00
Hrvoje Jasak
f5cbeed954
Added second order correction on symmetry plane conditions
2015-04-07 16:55:32 +01:00
Hrvoje Jasak
c580b9c98d
Added limiters on turbulence viscosity
2015-04-07 16:55:08 +01:00
Hrvoje Jasak
adf1525681
Init search vectors to zero
2015-04-07 16:54:58 +01:00
Hrvoje Jasak
b758392e04
Function updates
2015-04-07 16:54:48 +01:00
Hrvoje Jasak
21cdcd3763
Performance tuning: VSMALL; debug on top-level
2015-04-07 16:52:52 +01:00
Hrvoje Jasak
c7a05b8a73
Block solver improvements: component-based scaling
2015-04-07 16:52:22 +01:00
Hrvoje Jasak
3e93373759
Formatting
2015-04-07 16:44:35 +01:00
Hrvoje Jasak
333f677cb5
Formatting
2015-04-07 16:44:26 +01:00
Hrvoje Jasak
cc1551eff5
Formatting
2015-04-07 16:43:34 +01:00
Hrvoje Jasak
52fbcd4029
Array access optimisation
2015-04-07 16:43:21 +01:00
Hrvoje Jasak
4ade918e1c
Formatting
2015-04-07 16:43:01 +01:00
Hrvoje Jasak
e9e833155c
Bug fix: Evaluating coupled boundaries on least squares vectors
2015-04-07 16:42:37 +01:00
Hrvoje Jasak
5237598e1e
Parallel bug fix, processor boundaries comms. Zeljko Tukovic
2015-04-07 16:42:02 +01:00
Hrvoje Jasak
ebf0529d1e
Bug Fix : #268 P. Beckstein: nbr polyPatch normals
2015-04-07 16:41:53 +01:00
Hrvoje Jasak
88c60399fc
Formatting
2015-04-07 16:41:43 +01:00
Hrvoje Jasak
6e3925fcc9
Formatting
2015-04-07 16:41:32 +01:00
Hrvoje Jasak
5d8a7c2032
Formatting
2015-04-07 16:41:23 +01:00
Hrvoje Jasak
3cac4f07a2
Detailed error message
2015-04-07 16:40:57 +01:00
Hrvoje Jasak
1f26e16074
Removed woarning on mutiple constraints
2015-04-07 16:40:45 +01:00
Hrvoje Jasak
5010afdcf5
Formatting
2015-04-07 16:40:29 +01:00
Hrvoje Jasak
eeba34f188
Formatting
2015-04-07 16:40:20 +01:00
Hrvoje Jasak
22851738c1
Formatting
2015-04-07 16:40:10 +01:00
Hrvoje Jasak
f1adf78065
Formatting
2015-04-07 16:39:53 +01:00
Hrvoje Jasak
270ade1d4a
Formatting
2015-04-07 16:39:10 +01:00
Hrvoje Jasak
17e2f74d85
Formatting
2015-04-07 16:38:15 +01:00
Hrvoje Jasak
a51e82ebec
Formatting
2015-04-07 16:36:12 +01:00
Hrvoje Jasak
9f49954a5e
Formatting
2015-04-07 16:35:58 +01:00
Hrvoje Jasak
4a7e55b116
Porting: removed unnecessary typenames
...
Conflicts:
src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/cellLimitedGrad/cellLimitedGrads.C
src/finiteVolume/finiteVolume/gradSchemes/limitedGradSchemes/faceLimitedGrad/faceLimitedGrads.C
2015-04-07 16:35:38 +01:00
Hrvoje Jasak
7ba950d123
Formatting
2015-04-07 16:33:29 +01:00
Hrvoje Jasak
d5b124d72f
Bug fix: out-of range access in implicit least squares
...
Conflicts:
src/finiteVolume/finiteVolume/gradSchemes/leastSquaresGrad/leastSquaresVectors.C
2015-04-07 16:31:59 +01:00
Hrvoje Jasak
8622f1fd19
Formatting and type
2015-04-07 16:30:15 +01:00
Hrvoje Jasak
00e8dce8da
Formatting
2015-04-07 16:29:51 +01:00
Hrvoje Jasak
5dcdf87b79
LabelPairList
2015-04-07 16:29:40 +01:00
Hrvoje Jasak
16d2a566f2
Improved warning message
2015-04-07 16:29:26 +01:00
Hrvoje Jasak
abe380ca6a
LabelPairList
2015-04-07 16:29:13 +01:00
Hrvoje Jasak
135a28fa77
Formatting
2015-04-07 16:29:03 +01:00
Hrvoje Jasak
03283d2ede
Formatting
2015-04-07 16:28:51 +01:00
Hrvoje Jasak
7ba34de8e4
Formatting
2015-04-07 16:27:23 +01:00
Hrvoje Jasak
65cd7ee3f3
Formatting
2015-04-07 16:22:21 +01:00
Dominik Christ
f61aab88e7
BUGFIX: Fixes FPE that occasionally appears in parallel runs. AUTHOR: Dominik Christ. MERGE: Dominik Christ.
2015-02-19 14:00:17 +00:00
Dominik Christ
aeb2c5e1d0
BUGFIX: Fixed FPE in parallel execution for varying number of solo cells
2015-02-19 11:09:46 +00:00
Martin Beaudoin
e64704203c
Merge branch 'nextRelease' into nr/feature/changeGlobalControlDictParamsFromCmdLine
2014-12-24 11:59:55 -05:00
Dominik Christ
56db9d3bf8
Overhauled fvDOM and added specular reflective BCs with tutorial case
2014-11-24 11:14:10 +00:00
Dominik Christ
f4fbff4289
BUGFIX: Reverted ProcessorPointPatchField.C to previous version as the new one broke parallel motion on some cases. "Author": Dominik Christ. Merge: Dominik Christ.
2014-11-07 11:47:02 +00:00
Dominik Christ
95e76409e4
BUGFIX: IOReferencer now holds the object pointer instead of its reference and manages its deletion. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-11-07 11:45:29 +00:00
Dominik Christ
5b4387472b
BUGFIX: Fixes bug [ticketsfoamextendrelease:#256] processorBlockGAMGInterfaceField vs. scalarProcessorBlockGAMGInterfaceField. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-11-07 11:45:11 +00:00
Dominik Christ
7d8e040bf5
BUGFIX: Reverted ProcessorPointPatchField.C to previous version as the new one broke parallel motion on some cases. "Author": Dominik Christ. Merge: Dominik Christ.
2014-11-07 11:43:21 +00:00
Dominik Christ
187c0cdc40
BUGFIX: IOReferencer now holds the object pointer instead of its reference and manages its deletion. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-11-07 11:42:32 +00:00
Dominik Christ
b7a6e17dd0
Reverted ProcessorPointPatchField.C, which broke parallel motion on some cases
2014-10-29 13:54:51 +00:00
Hrvoje Jasak
8155253abb
Bug fix: IOReferencer holds basic object instead of its reference
2014-10-03 10:41:30 +01:00
Hrvoje Jasak
798239779a
Bug fix: ticketsfoamextendrelease:#256
2014-10-02 17:51:16 +01:00
Hrvoje Jasak
815a4536aa
Update to coupled solvers
2014-09-30 16:17:47 +01:00
Dominik Christ
80b603ad1a
BUGFIX: Fixed errors in MRF, switched to rothalpy equation. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 16:13:17 +01:00
Dominik Christ
b634472d7e
BUGFIX: Surface normal BCs, improvements in formulation and support for compressible flows. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 16:13:07 +01:00
Dominik Christ
eeb4197dd6
BUGFIX: Fixed I/O for degrees option in coordinate systems. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 16:12:56 +01:00
Dominik Christ
f6f114d3e0
BUGFIX: Increase viable second-level size for AMG coarsening in large parallel cases. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 16:12:45 +01:00
Dominik Christ
6337756e8c
BUGFIX: Minor fixes and formatting. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 16:12:29 +01:00
Dominik Christ
f1aa6ef184
BUGFIX: Fixed errors in MRF, switched to rothalpy equation. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 15:50:21 +01:00
Hrvoje Jasak
8e56da0041
Updates to compressible SRF and MRF enthalpy equation
...
Conflicts:
applications/solvers/compressible/steadyCompressibleFoam/hEqn.H
2014-09-30 15:50:06 +01:00
Hrvoje Jasak
e7794e0559
Isentropic total pressure, initial version
2014-09-30 15:50:06 +01:00
Hrvoje Jasak
6c18df843a
Clean-up: p0 not needed
...
Conflicts:
src/thermophysicalModels/basic/derivedFvPatchFields/isentropicTotalTemperature/isentropicTotalTemperatureFvPatchScalarField.C
2014-09-30 13:47:18 +01:00
Dominik Christ
1b920c546a
BUGFIX: Surface normal BCs, improvements in formulation and support for compressible flows. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 13:42:57 +01:00
Dominik Christ
44f746dc6d
BUGFIX: Fixed I/O for degrees option in coordinate systems. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 13:42:45 +01:00
Dominik Christ
ff74c92859
BUGFIX: Increase viable second-level size for AMG coarsening in large parallel cases. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-09-30 13:42:31 +01:00
Hrvoje Jasak
aa0e39703f
Update of surface normal evaluation, write and mapping
2014-09-30 13:27:19 +01:00
Hrvoje Jasak
052c2a6532
Compilation of Isentropic total pressure bc
2014-09-30 13:27:04 +01:00
Hrvoje Jasak
92bb931647
Coordinate systems in degrees I/O bug fix
2014-09-30 13:26:51 +01:00
Hrvoje Jasak
d45105a082
Minor updates
2014-09-30 13:26:34 +01:00
Hrvoje Jasak
407760308d
Allow PAMG to be used for larger processor pieces
2014-09-30 13:26:33 +01:00
Hrvoje Jasak
8166e39e54
Formatting
2014-09-30 13:25:58 +01:00
Hrvoje Jasak
be2ecaad3b
Removed empty line
2014-09-30 13:25:58 +01:00
Hrvoje Jasak
a06d78d48b
Formatting
2014-09-30 13:25:57 +01:00
Hrvoje Jasak
b9497d6460
Type
2014-09-30 13:25:57 +01:00
Hrvoje Jasak
50f2b4bb99
Formatting
2014-09-30 13:25:57 +01:00
Dominik Christ
d7645d2af6
BUGFIX: Changed MRFZone algorithm so it works only on wall patches instead of all non-coupled, non-empty patches, which caused problems on inlets and outlets in MRF zone. Author: Dominik Christ. Merge: Dominik Christ.
2014-09-19 15:49:38 +01:00
Dominik Christ
e4f05428e7
New MRFZone algorithm ignores all non-wall patches
2014-09-19 13:16:54 +01:00
Dominik Christ
21f678bc37
Avoid core dump when flux-dependent bcs are evaluated in absence of flux. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-08-15 13:25:41 +01:00
Dominik Christ
a5b0d2cad1
Clean-up of code indentation and comments. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-08-15 13:25:21 +01:00
Dominik Christ
44eafe013a
Switching compressible MRF solvers from enthalpy to rothalpy. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-08-15 13:23:37 +01:00
Dominik Christ
7b05f67822
Avoid core dump when flux-dependent bcs are evaluated in absence of flux. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-08-15 11:51:37 +01:00
Dominik Christ
98ce366827
Clean-up of code indentation and comments. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-08-15 11:48:49 +01:00
Hrvoje Jasak
f06b77fedc
Clean-up and comments
2014-08-15 10:16:13 +01:00
Hrvoje Jasak
fba59ef62a
Safe evaluation in absence of flux field
2014-08-15 10:15:17 +01:00
Hrvoje Jasak
ffb866bb9a
Added rothalpy support in boundary conditions
2014-08-15 10:12:45 +01:00
Dominik Christ
0283362119
BUGFIX: In parallel run, if no cells are on a processor, min() returns no ::max instead of ::zero and max() returns ::min instead of ::zero. Author: Pablo Higuera. Merge: Dominik Christ.
2014-08-07 13:45:31 +01:00
Dominik Christ
346a19c3c9
If no cells on processor, min() returns ::max instead of ::zero; same fix for max()
2014-08-07 11:45:23 +01:00
Dominik Christ
6851acebb0
FEATURE: Reorganization of block-solver code, moves VectorN into finiteVolume. New solvers pUCoupledFullPicardFoam and pUCoupledSemiPicardFoam. Author: Vuko Vikcevic. Merge: Dominik Christ.
2014-08-01 16:04:35 +01:00
Dominik Christ
5badbed88d
FEATURE: Updates for fixedFluxPressure to handle cell and face-based diffusivity in the pressure equation. Author: Hrvoje Jasak. Merge: Dominik Christ.
2014-08-01 15:49:19 +01:00
Dominik Christ
42c3e5f7c3
FEATURE: Strictly bounded "01" version of Superbee scheme, including Deferred correction "DC". Author: Hrvoje Jasak. Merge: Dominik Christ
2014-08-01 15:47:52 +01:00
Dominik Christ
4ae159a96c
BUGFIX: Correct interpolation of point data on processor boundaries after parallel topological changes. Author: Zeljko Tukovic. Merge: Dominik Christ.
2014-08-01 15:38:56 +01:00
Hrvoje Jasak
7342cc2649
Updates for fixedFluxPressure to handle cell and face-based diffusivity in the pressure equation
2014-08-01 15:33:26 +01:00
Hrvoje Jasak
cb5fe4e682
01 and 01DC for SuperBee
2014-08-01 15:32:27 +01:00
Dominik Christ
84238c1d35
FEATURE: Block solve reorganisation
2014-08-01 12:29:37 +01:00
Hrvoje Jasak
2ce462ad47
On topo change processor patch ordering changes. Zeljko Tukovic
2014-07-22 14:13:54 +01:00
Martin Beaudoin
02e9364872
Handling of controlSwitches. Modifications for handling commsType which is basically an enum.
2014-07-09 14:08:02 -04:00
Hrvoje Jasak
44123aa2eb
CLang porting changes: cfMesh
2014-06-17 11:42:41 +01:00
Henrik Rusche
3d469cc1a0
Merge branch 'nextRelease-3.2' into nextRelease
...
Conflicts:
ListOfContributors
2014-06-16 16:50:20 +02:00
Hrvoje Jasak
563fec3090
Intel 11.1 porting changes: enum is a type
2014-06-16 10:31:08 +01:00
Hrvoje Jasak
6bd29ac418
Fixing syntax of if-statements
2014-06-14 21:44:51 +01:00
Hrvoje Jasak
5b17b7bf43
Porting changes: Intel
2014-06-14 21:15:10 +01:00
Hrvoje Jasak
a6bb6c2754
Further Mac OSX porting change: no backslash in macro agruments
2014-06-12 09:41:12 +01:00
Hrvoje Jasak
76044ce797
Native Mac OSX porting changes
2014-06-12 08:48:18 +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
99bad8c8a3
Formatting
2014-06-11 11:27:08 +01:00
Hrvoje Jasak
fbf55d17ea
Formatting
2014-06-11 11:27:07 +01:00
Hrvoje Jasak
69b00bd908
Formatting
2014-06-11 11:27:07 +01:00
Hrvoje Jasak
3efe442b3c
Formatting
2014-06-11 11:27:07 +01:00
Hrvoje Jasak
14c65b248f
Formatting
2014-06-11 11:27:07 +01:00
Hrvoje Jasak
796b5489f3
Block matrix residual check: exploring options
2014-06-11 11:27:07 +01:00
Dominik Christ
9c05ec6dc8
Merge remote-tracking branch 'origin/BUGFIX/signInHerschelBulkley' into nextRelease
2014-06-11 09:22:48 +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
Dominik Christ
8a29671c1e
Fixed sign error in Herschel Bulkley model
2014-06-09 12:48:39 +01:00
Henrik Rusche
4871bcae26
BUG: Fixes Mantis ( #236 ), Backport from vanilla be1f2f69
2014-06-07 15:52:43 +02:00
Henrik Rusche
71cb2446b7
STYLE: Quenching warnings for non-existing files from clean-up scripts
2014-06-07 11:49:02 +02:00
Henrik Rusche
9203c0219e
BUG: Compiling wrong autoMesh library
2014-06-07 11:48:40 +02:00
Henrik Rusche
e6809c7a08
BUG: interDyMFoam damBreakWithObstacle tutorial crashes (Fixes 66)
2014-06-05 02:02:45 +02:00
Henrik Rusche
33d403e198
BUG: Write type info only once (Fixes 228)
2014-06-05 01:07:25 +02:00
Henrik Rusche
c458150bfc
Remove trailing whitespace systematically
2014-06-01 20:12:52 +02:00
Henrik Rusche
cb4c606882
Fixing tutorials
2014-06-01 18:29:30 +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
135c1e5755
COMP: Additional this->
2014-06-01 11:36:07 +02:00
Henrik Rusche
d4ca722fa1
STYLE: Missing const
2014-06-01 11:35:33 +02:00
Henrik Rusche
dcba0cf955
Merge commit 'bd4013d9a98576aaf323b16b3311a5db3c0efeb9' into nextRelease
2014-06-01 10:44:03 +02:00
Bernhard F.W. Gschaider
a5a7092ed5
Another fix to make it compile on CLang. This is a bit questionable in my opinion. Shouldn't the reference be const?
2014-05-30 16:55:22 +02:00
Bernhard F.W. Gschaider
c5958100a1
Simple changes to make it compile with CLang 3.4
2014-05-30 16:52:09 +02:00
Henrik Rusche
4d0c87dfbc
Missing make scripts
2014-05-30 13:52:07 +02:00
Hrvoje Jasak
c8c0856191
Banner alignment
2014-05-30 07:29:12 +01:00
Hrvoje Jasak
52681ca248
Merge commit 'd1d0f4d2336a48bfd28551c4c63e4d821ffb8198' into nextRelease
...
Conflicts:
src/finiteVolume/finiteVolume/ddtSchemes/steadyInertialDdtScheme/steadyInertialDdtScheme.C
2014-05-30 06:06:05 +01:00
Hrvoje Jasak
0746288a14
Compilation bug fix
2014-05-29 22:35:32 +01:00
Hrvoje Jasak
8d65ce0f38
Formatting
2014-05-29 22:35:23 +01:00
Martin Beaudoin
b21d148a4f
Split the various controlSwitches derived classes under different filenames. Adjust the #include directives accordingly
2014-05-29 15:51:29 -04:00
Bernhard F.W. Gschaider
3d1db951e9
gcc 4.7 didn't compile steadyInertialDdtScheme without the 'this->'
2014-05-29 16:36:13 +02:00
Henrik Rusche
567afd5c22
blockMesh backport compiling & tested on cavity
2014-05-29 14:18:28 +02:00
Martin Beaudoin
e95300d296
Put additional debug switches under command-line control
2014-05-28 22:32:29 -04:00
Hrvoje Jasak
1e034d32fe
Minor clean-up
2014-05-29 00:19:08 +01:00
Hrvoje Jasak
05dc011f83
Block AMG solver updates
2014-05-29 00:18:30 +01:00
Hrvoje Jasak
75c037bf4a
Merge branch 'origin/feature/dbnsFoam' into nextRelease
2014-05-28 21:17:22 +01:00
Hrvoje Jasak
7fadc1a980
Added dbns library
2014-05-28 21:16:30 +01:00
Hrvoje Jasak
8c38055ac5
Added dbns library compilation
2014-05-28 20:51:42 +01:00
Hrvoje Jasak
843c88935e
Coupled density-based solver for compressible flows
2014-05-28 20:31:32 +01:00
Hrvoje Jasak
8a57bfe44d
Formatting
2014-05-28 20:19:15 +01:00
Hrvoje Jasak
84b040d238
Merge remote-tracking branch 'origin/feature/pressureBasedTurbo' into nextRelease
2014-05-28 17:34:55 +01:00
Hrvoje Jasak
2c8b685c95
Tidy-up of the block AMG solver
2014-05-28 17:10:02 +01:00
Dominik Christ
c925071ccd
Integrated steady compressible turbo functionality
2014-05-28 12:53:47 +01:00
Hrvoje Jasak
c61195981d
Removed debug statement
2014-05-28 12:26:29 +01:00
Hrvoje Jasak
1272a905cf
Merge remote-tracking branch 'origin/feature/PressureBasedCoupledSolver' into nextRelease
2014-05-28 10:49:59 +01:00
Hrvoje Jasak
71389b230d
Merge commit 'c5268194fe6ef61efaf0037e4ae87dc797444151' into nextRelease
...
Conflicts:
src/foam/matrices/blockLduMatrix/BlockAmg/BlockMatrixCoarsening/BlockMatrixCoarsening.C
2014-05-28 10:42:29 +01:00
Hrvoje Jasak
09f257eeab
Merge remote-tracking branch 'origin/BUGFIX/coarseningAndAgglomeration' into nextRelease
2014-05-28 10:38:34 +01:00
Martin Beaudoin
705a5bc7c9
Merge remote-tracking branch 'origin/nextRelease' into nr/feature/changeGlobalControlDictParamsFromCmdLine
2014-05-28 01:21:37 -04:00
Martin Beaudoin
6f1102cb5d
Add options for modifying the global controlDict values/switches from the command-line
...
The following command-line options are available:
-DebugSwitches key=value
-DimensionedConstants key=value
-InfoSwitches key=value
-OptimisationSwitches key=value
-Tolerances key=value
In order to modify more than one key/value pair for a given category, you will
need to specify a given option more than once.
If an invalid/unknown key is specified, a complete list of valid keys for the
application will be written at the console.
Martin Beaudoin 05/2014
2014-05-28 01:11:17 -04:00
Bernhard F.W. Gschaider
c5268194fe
User the sortedToc on every runtime-selection table known to man
2014-05-27 15:54:52 +02:00
Bernhard F.W. Gschaider
7aaa5958f6
Merge in forgotten Fix
2014-05-27 14:36:44 +02:00
Dominik Christ
246f994b6f
BlockMatrixAgglomeration
2014-05-27 13:24:11 +01:00
Dominik Christ
8848498e5d
Added pUCoupledSolver with core library changes and tutorial case
2014-05-27 10:30:47 +01:00
Hrvoje Jasak
7ab12b3c1e
Merge remote-tracking branch 'origin/feature/macPortOverhaul' into nextRelease
2014-05-21 11:19:35 +01:00
Hrvoje Jasak
fec3f36536
Merge branch 'BUGFIX/topoChangeGGI' into nextRelease
2014-05-20 12:03:05 +01:00
Hrvoje Jasak
a875b3f982
Update zones before boundaries on syncUpdate
2014-05-20 12:02:19 +01:00
Hrvoje Jasak
721dbf9323
Formatting and debug statements
2014-05-20 11:57:56 +01:00
Hrvoje Jasak
279876e5fa
Formatting
2014-05-20 11:10:46 +01:00
Hrvoje Jasak
4d75b310c1
CFomment on mesh motion
2014-05-19 17:11:36 +01:00
Hrvoje Jasak
710f348854
Merge branch 'BUGFIX/GGI-quickReject' into nextRelease
2014-05-19 16:54:27 +01:00
Hrvoje Jasak
b03f499a98
Pout messaging for parallel topo changes
2014-05-19 16:44:39 +01:00
Hrvoje Jasak
9109d2953e
Avoid creating a plane with zero normal
2014-05-19 16:41:22 +01:00
Bernhard F.W. Gschaider
9080f39c18
FIX: make sure that float-fields uses the same type as parMetis (certain versions seem to use double)
2014-05-15 21:39:05 +02:00
Bernhard F.W. Gschaider
630062aec0
FIX: make sure that processorWeight uses the same type as Metis
2014-05-15 21:30:29 +02:00
Bernhard F.W. Gschaider
dfd971ed20
Merge in next release
2014-05-15 16:51:41 +02:00
Hrvoje Jasak
d5f6d18e16
Added Gauss-Seidel as asymmetric solver
2014-05-12 17:00:57 +01: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
f9e0818602
Merge remote-tracking branch 'remotes/origin/feature/mvapich2' into nextRelease
...
Conflicts:
etc/bashrc
etc/cshrc
2014-04-30 10:35:07 +01:00
Bernhard F.W. Gschaider
1cdd6a6f0c
Library needed to allow dynamic loading on Mac OS X
2014-04-12 20:27:41 +02:00
Hrvoje Jasak
1ed37f5e88
Formatting
2014-04-11 15:49:20 +01:00
Hrvoje Jasak
9e35f5c2c4
Removed size check: may interfere with parallel communication
2014-04-11 15:48:13 +01:00
Hrvoje Jasak
039cfc95c9
Merge remote-tracking branch 'origin/BUGFIX/correctImplicitBoundarySource' into nextRelease
2014-04-10 18:21:41 +01:00
Hrvoje Jasak
721a239777
correctImplicitBoundarySource bug fix for non-parallel coupled patches: cyclic, cyclicGgi
2014-04-10 18:16:30 +01:00
Hrvoje Jasak
979bc9da14
Access to patch
2014-04-10 18:03:36 +01:00
Hrvoje Jasak
118ac4349e
Formatting
2014-04-10 18:03:08 +01:00
Hrvoje Jasak
2ba267c767
Issue with the rank of 4th order symm tensors
2014-04-10 18:01:10 +01:00
Hrvoje Jasak
b3db6d226f
Formatting
2014-04-10 17:59:45 +01:00
Hrvoje Jasak
b6a35f9343
Formatting
2014-04-10 17:58:14 +01:00
Hrvoje Jasak
c8316ef5a4
Merge remote-tracking branch 'origin/BUGFIX/linUpwInPar' into nextRelease
2014-04-10 17:53:30 +01:00
Hrvoje Jasak
d599aa8597
Merge remote-tracking branch 'origin/BUGFIX/radiationBCConstructor' into nextRelease
2014-04-10 17:51:01 +01:00