Commit graph

44 commits

Author SHA1 Message Date
Hrvoje Jasak
3b92eea748 Feature: linear solver update: ILUp and two-level AMG smoothers 2015-10-11 12:41:19 +01:00
Hrvoje Jasak
759229f870 Formatting 2015-09-30 10:34:33 +01:00
Vuko Vukcevic
a7828e0ff1 Removed unavailable aamgPolicy from Make/files in lduSolvers 2015-09-30 10:34:33 +01:00
Vuko Vukcevic
22a2e59c3b Minor extendedLdu matrices consistency rewrite compared to ldu matrices 2015-09-30 10:34:33 +01:00
Vuko Vukcevic
fcda21ed73 First version of BlockILUCp preconditioner 2015-09-30 10:34:33 +01:00
Vuko Vukcevic
52d2c0c099 ILUCp preconditioner - ILU with run-time selectable level of fill in 2015-09-30 10:34:33 +01:00
Vuko Vukcevic
45bec54646 Performance tweak of ILUC0 algorithm 2015-09-30 10:34:33 +01:00
Vuko Vukcevic
2fef5659ce Crout ILU0 algorithm: preparation for ILU1 2015-09-30 10:34:32 +01:00
Vuko Vukcevic
239cb5d376 Removed bPrime update on reverseSweep in symGaussSeidel preconditioner 2015-09-30 10:34:32 +01:00
Hrvoje Jasak
eecdea4535 Formatting 2015-08-26 10:45:51 +01:00
Dominik Christ
5d9f39d6f5 Adaptions necessary due to changes in foam-lib 2015-08-07 13:01:06 +01:00
Hrvoje Jasak
7f92fbcae4 Prevent copying of switches: this causes double deletion error 2015-06-04 18:04:33 +01:00
Henrik Rusche
0a02a92e53 Upgrade copyright notices & banner in source code 2015-05-17 15:58:16 +02: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
Martin Beaudoin
4706995f5f controlSwitches: updating after code merge. Minor correction for DimensionedConstants sigmaSB. Adapting foamDebugSwitches 2015-05-02 09:57:47 -04:00
Martin Beaudoin
e64704203c Merge branch 'nextRelease' into nr/feature/changeGlobalControlDictParamsFromCmdLine 2014-12-24 11:59:55 -05:00
Hrvoje Jasak
d45105a082 Minor updates 2014-09-30 13:26:34 +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
Hrvoje Jasak
05dc011f83 Block AMG solver updates 2014-05-29 00:18:30 +01:00
Hrvoje Jasak
8a57bfe44d Formatting 2014-05-28 20:19:15 +01: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
Hrvoje Jasak
aac5de5e16 Renamed and cleaned foam-extend 2013-12-11 16:09:41 +00:00
Dominik Christ
c046162390 Compilation update 2013-09-18 14:24:15 +01:00
Hrvoje Jasak
30b35bab83 gcc-4.8 compilation updates. Andreas Feymark 2013-09-18 09:19:52 +01:00
Henrik Rusche
9881701238 Reverting erroneous Make file 2013-08-29 15:22:29 +02:00
Hrvoje Jasak
244849fac2 Profiling update, Bernhard Gscheider 2013-08-26 12:00:13 +01:00
Dominik Christ
5d2e6afc90 bugfix in PAMG policy 2013-08-15 09:57:56 +01:00
Henrik Rusche
3241862b6c Remove trailing whitespace systematically 2013-07-18 10:15:54 +02:00
Henrik Rusche
e394390d8f Merge branch 'HJ/AdjointImmersedBoundary' into masterSF
Conflicts:
	ThirdParty/AllMake.stage1
	ThirdParty/AllMake.stage4
	ThirdParty/rpmBuild/SOURCES/libccmio-2.6.1.patch_0
	ThirdParty/rpmBuild/SPECS/ParaView-3.12.0.spec
	ThirdParty/rpmBuild/SPECS/libccmio-2.6.1.spec
	ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec
	ThirdParty/rpmBuild/SPECS/qt-everywhere-opensource-src-4.7.4.spec
	etc/prefs.csh-EXAMPLE
	etc/prefs.sh-EXAMPLE
	etc/settings.csh
	etc/settings.sh
	src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
	src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.C
	src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.C
	src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/reconCentral/reconCentral.C
	testHarness/OSIG/Turbomachinery/README.txt
	testHarness/OpenFOAM/1.6-ext/CMakeFiles/CMakeLists.txt
2013-07-03 15:11:21 +02:00
Hrvoje Jasak
f6b896db76 Cut-off top-level solution if the number of equations is small 2013-06-28 17:11:41 +01:00
Hrvoje Jasak
75be6fb23e AMG solver robustness improvements 2013-06-27 17:50:02 +01:00
Martin Beaudoin
3a7b0de428 Fixing compilation of lduSolvers following removal of files 2013-06-02 09:11:26 -04:00
Hrvoje Jasak
ba3d1e6dd1 Added handling for solo cells 2013-05-31 11:12:48 +01:00
Hrvoje Jasak
b23535ae7a Changed handling of coupled interfaces for ldu - compilation update 2013-05-31 11:11:14 +01:00
Hrvoje Jasak
abcfdf9df3 Formatting 2013-04-15 12:53:00 +01:00
Dominik Christ
d25102187a Preconditioning bugfix by Alexander Monakov 2013-01-07 17:55:06 +00:00
Hrvoje Jasak
e8fbfab11c Updates for immersed boundary 2013-01-02 16:14:51 +00:00
Hrvoje Jasak
d280b12a93 Project update 2012-08-30 17:35:14 +01:00
Hrvoje Jasak
9ce5c5edaf Formatting 2010-12-07 14:56:41 +00:00
Hrvoje Jasak
69479b46f8 Fixed lduSolvers control format: dictionary 2010-10-13 09:43:57 +01:00
Hrvoje Jasak
bea25f5960 Compilation fixes 2010-09-21 15:32:04 +01:00
henrus
db7fac3f24 update the tutorials for new waveTransmissive BC
git-svn-id: https://openfoam-extend.svn.sourceforge.net/svnroot/openfoam-extend/trunk/Core/OpenFOAM-1.5-dev@1731 e4e07f05-0c2f-0410-a05a-b8ba57e0c909
2010-05-12 13:27:55 +00:00