Commit graph

3144 commits

Author SHA1 Message Date
Vanja Skuric
d870fbf964 Merge branch 'nextRelease' of ssh://turbo4.fsb.hr:2013/foam-extend into nextRelease
Merged with setFlux fix.
2016-04-12 10:30:36 +02:00
Vanja Skuric
c02b6c1750 Modified icoFoam, icoDyMFoam and icoDyMSimpleFoam to use solutionControl (vanilla 3.0.1) 2016-04-12 10:28:59 +02:00
Henrik Rusche
41ea052e7a Fixing compilation 2016-04-12 09:31:33 +02:00
Vanja Skuric
0927054bd9 Removed fvOptions.H from pisoFoam 2016-04-12 09:07:01 +02:00
Vanja Skuric
11d0c32d20 solutionControl classes are now compiling 2016-04-12 09:05:00 +02:00
Vanja Skuric
c2886e89e5 Fixed data.C and dataTemplates.C 2016-04-09 23:57:26 +02:00
Vanja Skuric
c90a1d9569 Changed headers and added solverPerformance type from vanilla 3.0.1 2016-04-09 23:37:40 +02:00
Henrik Rusche
ed4345faf8 Backport orthogonal snGrad scheme from vanilla 3.0.1 2016-04-09 23:33:55 +02:00
Vanja Skuric
6fbeca5204 Added data and SolverPerformance classes from vanilla 3.0.1 2016-04-09 23:27:23 +02:00
Vanja Skuric
964b873d22 Added solutionControl class from vanilla 3.0.1 2016-04-09 23:07:25 +02:00
Vanja Skuric
9213922a18 Modified pisoFoam according to vanilla 3.0.1 2016-04-09 22:55:19 +02:00
Henrik Rusche
42c61d36a3 Backport setReference from vanilla 3.0.1 2016-04-09 18:17:55 +02:00
Hrvoje Jasak
4d67ffd82f Hotfix: traslation bug fixes 2016-03-18 11:42:09 +00:00
Hrvoje Jasak
0461f02d9b Solid body motion bug fixes. Author: Hrvoje Jasak. Merge: Hrvoje Jasak. 2016-03-18 11:33:10 +00:00
Hrvoje Jasak
1a7654b0a6 Bugfix: Round-off stabilisation in sqrt 2016-03-18 11:19:08 +00:00
Hrvoje Jasak
5673cec54b Bugfix: constraint must work on a reference. Inno Gatin 2016-03-18 11:19:03 +00:00
Hrvoje Jasak
5c941a51f7 Bugfix: corrected velocity transformation 2016-03-18 11:18:58 +00:00
Hrvoje Jasak
efd87cca73 Bugfix: New way of handling constraints in 6-DOF
Conflicts:
	src/ODE/sixDOF/sixDOFqODE/sixDOFqODE.H
2016-03-18 11:18:52 +00:00
Hrvoje Jasak
64df538263 Bugfix: specified motion and 6-DOF constraints
Conflicts:
	src/ODE/sixDOF/sixDOFqODE/sixDOFqODE.C
	src/ODE/sixDOF/sixDOFqODE/sixDOFqODE.H
2016-03-18 11:18:29 +00:00
Hrvoje Jasak
a3519137f2 Bugfix: added noMotion 2016-03-18 11:17:45 +00:00
Hrvoje Jasak
4f065eb810 Merge /u/hjasak/foam-extend-3.2/ branch bugfix/solidBodyMotionUpdates into nextRelease
https://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/24/
2016-03-18 11:08:51 +00:00
Hrvoje Jasak
c272cb06ba Bugfix: force flux recalculation on GGI motion 2016-02-03 11:32:00 +00:00
Hrvoje Jasak
d71febecea Bugfix: force flux recalculation on GGI motion 2016-02-03 11:31:24 +00:00
Hrvoje Jasak
5315544ff8 Merge /u/hjasak/foam-extend-3.2/ branch bugfix/sixDOF into nextRelease
http://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/21/
2016-02-03 08:48:54 +00:00
Hrvoje Jasak
c182169390 Merge /u/hjasak/foam-extend-3.2/ branch bugfix/gradientCacheing into nextRelease
http://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/20/
2016-02-03 08:46:42 +00:00
Hrvoje Jasak
19bb733996 Merge /u/hjasak/foam-extend-3.2/ branch bugfix/flowRateInletVelocity into nextRelease
http://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/19/
2016-02-03 08:44:24 +00:00
Hrvoje Jasak
35cdfd90ff Merge /u/hjasak/foam-extend-3.2/ branch bugfix/sixDOF into master
http://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/18/
2016-02-03 08:42:33 +00:00
Hrvoje Jasak
00484c5022 Merge /u/hjasak/foam-extend-3.2/ branch bugfix/gradientCacheing into master
http://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/17/
2016-02-03 08:40:49 +00:00
Hrvoje Jasak
f905db040a Bugfix: New way of handling constraints in 6-DOF 2016-02-03 08:36:30 +00:00
Hrvoje Jasak
0b7d84474f Bugfix: specified motion and 6-DOF constraints 2016-02-03 08:36:26 +00:00
Hrvoje Jasak
1cd825f9c0 Bugfix: gradient cacheing 2016-01-19 19:55:18 +00:00
Hrvoje Jasak
dbb85a9990 Bugfix: parallel comms 2016-01-19 19:51:55 +00:00
Hrvoje Jasak
34e7bdd2dc Feature: ILUp and block ILUp preconditioners, coupled solver development, compressible solvers. Author: Vuko Vukcevic and Hrvoje Jasak. Merge: Hrvoje Jasak. 2016-01-06 05:09:05 +00:00
Hrvoje Jasak
c686ea5c8f Merge branch 'HrvojeJasak' of ssh://git.code.sf.net/u/hjasak/foam-extend-3.2 into HrvojeJasak 2016-01-06 05:01:22 +00:00
Hrvoje Jasak
502a6fb8d7 Git clean-up 2016-01-06 05:00:36 +00:00
Hrvoje Jasak
3847a56cf3 Bugfix: renamed dynamicLabelList 2016-01-06 03:59:50 +00:00
Hrvoje Jasak
9156b5ea54 Bugfix: Moved case insensitive directory name clash 2016-01-06 03:59:49 +00:00
Hrvoje Jasak
298d24a872 Added time options 2016-01-06 03:59:15 +00:00
Hrvoje Jasak
34c04254b1 Improved linearisation of coupling. Robert Keser 2016-01-06 03:56:22 +00:00
Henrik Rusche
5ac3295228 Improved steadyCompressibleMRFFoam 2016-01-06 03:55:42 +00:00
Hrvoje Jasak
a11bca7940 Clean-up of extended addressing and matrix 2016-01-06 03:50:13 +00:00
Hrvoje Jasak
196f3d890a Added nuSmall - reconsider 2016-01-06 03:50:13 +00:00
Hrvoje Jasak
d8930d7349 Removed matrix check from Block AMG 2016-01-06 03:50:00 +00:00
Hrvoje Jasak
4110ba757d Feature: new block-coupled k-epsilon model. Robert Keser, FSB 2016-01-06 03:50:00 +00:00
Hrvoje Jasak
067cc95474 Feature ILUCp and BlockILUCp preconditioning, extended addr update and clean-up 2016-01-06 03:49:42 +00:00
Hrvoje Jasak
c4be709e7a Feature: linear solver update: ILUp and two-level AMG smoothers 2016-01-06 03:49:42 +00:00
Vuko Vukcevic
005ab7aa87 Minor extendedLdu matrices consistency rewrite compared to ldu matrices 2016-01-06 03:47:50 +00:00
Vuko Vukcevic
5291cb2d9c Minor formatting 2016-01-06 03:41:50 +00:00
Vuko Vukcevic
dace6e5d95 Third version of BlockILUCp preconditioner - still not working properly 2016-01-06 03:41:34 +00:00
Vuko Vukcevic
1befde377e Second version of BlockILUCp preconditioner 2016-01-06 03:38:37 +00:00