Henrik Rusche
|
2881ea7064
|
Update case files
|
2016-06-21 15:04:21 +02:00 |
|
Henrik Rusche
|
07e9416f30
|
Bump version in headers
|
2016-06-21 15:04:12 +02:00 |
|
Hrvoje Jasak
|
cf8f49a773
|
Enable gradient cacheing in motorBike tutorial
|
2016-06-06 09:58:06 +01:00 |
|
Hrvoje Jasak
|
d3dd00af18
|
Upgrade tutorials to BiCGStab solver
|
2016-06-04 20:23:34 +01:00 |
|
Hrvoje Jasak
|
613ccf1fe9
|
Tutorials update
|
2016-06-04 08:26:21 +01:00 |
|
Henrik Rusche
|
f89267604a
|
Work on relaxation factors
|
2016-05-30 09:57:48 +02:00 |
|
Henrik Rusche
|
c0dc374d98
|
Merge PISO/PIMPLE solver updates. Author: Vanja Skuric. Merge: Henrik Rusche
Conflicts:
applications/solvers/compressible/rhoPorousMRFPimpleFoam/rhoPorousMRFPimpleFoam.C
applications/solvers/compressible/steadyCompressibleFoam/pEqn.H
applications/solvers/compressible/steadyCompressibleMRFFoam/createFields.H
applications/solvers/compressible/steadyCompressibleMRFFoam/pEqn.H
applications/solvers/compressible/steadyCompressibleSRFFoam/createFields.H
applications/solvers/compressible/steadyCompressibleSRFFoam/pEqn.H
applications/solvers/coupled/MRFPorousFoam/createFields.H
applications/solvers/coupled/pUCoupledFoam/createFields.H
tutorials/compressible/rhoPorousMRFPimpleFoam/mixerVessel2D/system/fvSolution
tutorials/compressible/steadyCompressibleFoam/transonicBump/system/fvSchemes
tutorials/compressible/steadyCompressibleSRFFoam/bentBlade/system/fvSchemes
tutorials/compressible/steadyCompressibleSRFFoam/simpleBlade/system/fvSchemes
tutorials/coupled/conjugateHeatFoam/conjugateCavity/system/fvSchemes
tutorials/coupled/conjugateHeatSimpleFoam/conjugateCavity/system/fvSchemes
tutorials/equationReader/equationReaderDemo/pitzDaily/system/fvSchemes
tutorials/heatTransfer/buoyantBoussinesqPisoFoam/hotRoom/system/fvSchemes
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/hotRoom/system/fvSchemes
tutorials/heatTransfer/buoyantBoussinesqSimpleFoam/iglooWithFridges/system/fvSchemes
tutorials/incompressible/pUCoupledFoam/backwardFacingStepLaminar/system/fvSchemes
tutorials/incompressible/pUCoupledFoam/backwardFacingStepTurbulent/system/fvSchemes
tutorials/incompressible/pUCoupledFoam/cavity/system/fvSchemes
tutorials/viscoelastic/viscoelasticFluidFoam/XPP_SE/system/fvSchemes
|
2016-05-29 16:37:07 +02:00 |
|
Hrvoje Jasak
|
d589290b43
|
Tutorial update
|
2016-05-27 10:33:19 +01:00 |
|
Vanja Skuric
|
83a55f8b82
|
Changed convergence to residualControl in fvSolution cases with specified convergence (incompressible, compressible, basic, IB)
|
2016-05-26 23:22:36 +02:00 |
|
Henrik Rusche
|
d56de58fbb
|
Merged windows port changes to controlDict and options. Author Robert Kaeser. Merge: Henrik Rusche
Conflicts:
tutorials/immersedBoundary/porousBumpChannelIb/system/controlDict
tutorials/incompressible/icoDyMFoam/movingBlockRBF/RBFMotionFunction/Make/options
|
2016-05-25 11:54:13 +02:00 |
|
Henrik Rusche
|
edfc2c8552
|
Extracted controlDicts and Make/option from f629df0\n. All test cases checked (Robert Keser)
|
2016-05-25 11:52:59 +02:00 |
|
Henrik Rusche
|
ec515b441f
|
Merged vanilla compatibility branch. Author: Henrik Rusche, FSB team. Merge: Henrik Rusche
Conflicts:
applications/solvers/incompressible/channelFoam/channelFoam.C
applications/solvers/incompressible/icoFoam/icoFoam.C
applications/solvers/incompressible/nonNewtonianIcoFoam/nonNewtonianIcoFoam.C
applications/solvers/incompressible/pimpleDyMFoam/UEqn.H
applications/solvers/incompressible/pimpleDyMFoam/pimpleDyMFoam.C
applications/solvers/incompressible/pimpleFoam/UEqn.H
applications/solvers/incompressible/pimpleFoam/pEqn.H
applications/solvers/incompressible/simpleFoam/UEqn.H
applications/solvers/incompressible/simpleFoam/pEqn.H
src/foam/fields/GeometricFields/GeometricTensorNFields/GeometricTensorNFields.H
src/turbulenceModels/compressible/RAS/LRR/LRR.C
src/turbulenceModels/compressible/RAS/LaunderSharmaKE/LaunderSharmaKE.C
src/turbulenceModels/compressible/turbulenceModel/laminar/laminar.C
src/turbulenceModels/incompressible/LES/GenEddyVisc/GenEddyVisc.C
src/turbulenceModels/incompressible/LES/Smagorinsky2/Smagorinsky2.C
src/turbulenceModels/incompressible/LES/SpalartAllmaras/SpalartAllmaras.C
src/turbulenceModels/incompressible/LES/kOmegaSSTSAS/kOmegaSSTSAS.C
src/turbulenceModels/incompressible/LES/laminar/laminar.C
src/turbulenceModels/incompressible/RAS/LamBremhorstKE/LamBremhorstKE.C
src/turbulenceModels/incompressible/RAS/LaunderSharmaKE/LaunderSharmaKE.C
src/turbulenceModels/incompressible/RAS/LienCubicKE/LienCubicKE.C
src/turbulenceModels/incompressible/RAS/NonlinearKEShih/NonlinearKEShih.C
src/turbulenceModels/incompressible/RAS/RNGkEpsilon/RNGkEpsilon.C
src/turbulenceModels/incompressible/RAS/SpalartAllmaras/SpalartAllmaras.C
src/turbulenceModels/incompressible/RAS/coupledKEpsilon/coupledKEpsilon.C
src/turbulenceModels/incompressible/RAS/kEpsilon/kEpsilon.C
src/turbulenceModels/incompressible/RAS/kOmegaSST/kOmegaSST.C
src/turbulenceModels/incompressible/RAS/laminar/laminar.C
src/turbulenceModels/incompressible/RAS/qZeta/qZeta.C
src/turbulenceModels/incompressible/RAS/realizableKE/realizableKE.C
src/turbulenceModels/incompressible/turbulenceModel/laminar/laminar.C
tutorials/basic/laplacianFoam/Case1.1_mixingPlane_sector_AB_60deg/system/fvSchemes
tutorials/compressible/dbnsFoam/forwardStep/system/fvSchemes
tutorials/compressible/dbnsFoam/shockTube/system/fvSchemes
tutorials/compressible/dbnsTurbFoam/naca0012/system/fvSchemes
tutorials/compressible/rhoPimpleFoam/angledDuct/system/fvSchemes
tutorials/immersedBoundary/backwardStepShortTurbulentSimpleIbFoam/system/fvSchemes
tutorials/immersedBoundary/pitzDailyBodyFitted/system/fvSchemes
tutorials/immersedBoundary/pitzDailyLaminarSimpleIbFoam/system/fvSchemes
tutorials/immersedBoundary/pitzDailyTurbulentSimpleIbFoam/system/fvSchemes
tutorials/immersedBoundary/porousBumpChannelBodyFitted/system/fvSchemes
tutorials/immersedBoundary/porousBumpChannelIb/system/fvSchemes
tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/system/fvSchemes
tutorials/incompressible/boundaryFoam/boundaryLaunderSharma/system/fvSchemes
tutorials/incompressible/boundaryFoam/boundaryTwoWallsFlowSolution/system/fvSchemes
tutorials/incompressible/boundaryFoam/boundaryWallFunctions/system/fvSchemes
tutorials/incompressible/channelFoam/channel395/system/fvSchemes
tutorials/incompressible/icoFoam/elbow/constant/polyMesh/boundary
tutorials/incompressible/pimpleDyMFoam/axialTurbine/system/fvSchemes
tutorials/incompressible/pimpleDyMFoam/movingCone/system/fvSchemes
tutorials/incompressible/pimpleDyMFoam/movingCone/system/fvSolution
tutorials/incompressible/pimpleDyMFoam/movingCylinders/system/fvSchemes
tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/constant/polyMesh/boundary
tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam/system/fvSchemes
tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_simpleFoam/constant/polyMesh/boundary
tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_simpleFoam/system/fvSchemes
tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion_snappyHexMesh/constant/polyMesh/boundary
tutorials/incompressible/pimpleDyMFoam/wingMotion/wingMotion_snappyHexMesh/system/fvSchemes
tutorials/incompressible/pimpleFoam/t-junction/system/fvSchemes
tutorials/incompressible/pisoFoam/les/pitzDaily/system/fvSchemes
tutorials/incompressible/pisoFoam/les/pitzDailyDirectMapped/system/fvSchemes
tutorials/incompressible/pisoFoam/ras/cavity/system/fvSchemes
tutorials/incompressible/porousSimpleFoam/angledDuctExplicit/system/fvSchemes
tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/system/fvSchemes
tutorials/incompressible/porousSimpleFoam/beaverJoseph/system/fvSchemes
tutorials/incompressible/porousSimpleFoam/porousPlug/system/fvSchemes
tutorials/incompressible/simpleFoam/mixingPlaneAxial/system/fvSchemes
tutorials/incompressible/simpleFoam/mixingPlaneDomADomB/system/fvSchemes
tutorials/incompressible/simpleFoam/motorBike/system/fvSchemes
tutorials/incompressible/simpleFoam/pitzDaily/system/fvSchemes
tutorials/incompressible/simpleFoam/pitzDaily3Blocks/system/fvSchemes
tutorials/incompressible/simpleFoam/pitzDailyExptInlet/system/fvSchemes
tutorials/incompressible/simpleSRFFoam/mixer/system/fvSchemes
Fixing compilation of DBNS
|
2016-05-25 10:31:13 +02:00 |
|
Henrik Rusche
|
b858c51ff2
|
Merge Request #30: Time consistent incompressible solvers. Author: Hrvoje Jasak. Merge: Henrik Rusche
https://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/30/
Conflicts:
applications/solvers/incompressible/simpleFoam/pEqn.H
applications/solvers/incompressible/simpleSRFFoam/simpleSRFFoam.C
tutorials/incompressible/pimpleDyMFoam/movingCone/system/fvSchemes
tutorials/incompressible/simpleFoam/motorBike/system/fvSchemes
|
2016-05-24 13:42:50 +02:00 |
|
Hrvoje Jasak
|
d3d1452ae2
|
Tutorial update
|
2016-05-24 10:06:36 +01:00 |
|
Hrvoje Jasak
|
75272ad78f
|
Moved cacheing control to solution for consistency
|
2016-05-11 21:55:22 +01:00 |
|
Hrvoje Jasak
|
67ad357bbf
|
Update of grad(U).T() syntax in fvSchemes
|
2016-05-09 13:37:48 +01:00 |
|
Hrvoje Jasak
|
8cf4b6fcd5
|
Enable full gradient cacheing capability
|
2016-05-09 11:03:58 +01:00 |
|
Vanja Skuric
|
685dad16cb
|
Fixed simpleFoam and simpleSRFFoam tutorials (backports)
|
2016-05-07 10:04:45 +02:00 |
|
Henrik Rusche
|
05e63d5084
|
Backport limited schemes format from vanilla 3.0.1
|
2016-04-15 22:44:26 +02:00 |
|
Vuko Vukcevic
|
fb2d756eba
|
incompressible/simpleFoam, solver + tutorials
|
2016-04-07 15:39:09 +02:00 |
|
Hrvoje Jasak
|
754203a114
|
Updated banner
|
2015-10-30 10:40:51 +00:00 |
|
Henrik Rusche
|
3bff9a7006
|
Upgrade case file headers
|
2015-08-11 14:49:20 +01:00 |
|
Hrvoje Jasak
|
306bf438ba
|
Added parallel test
|
2015-08-10 10:18:39 +01:00 |
|
Hrvoje Jasak
|
6eb03ca7ce
|
Clean-up
|
2015-06-10 11:47:30 +01:00 |
|
Hrvoje Jasak
|
e1fe806a11
|
Clean-up
|
2015-06-10 11:47:03 +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 |
|
Dominik Christ
|
61cbde2161
|
FEATURE: Updated tutorial Allrun scripts. Author: Hrvoje Jasak. Merge: Dominik Christ.
|
2015-05-12 16:26:47 +01:00 |
|
Hrvoje Jasak
|
bba9b5b916
|
Tutorial loop updates
|
2015-05-12 15:01:57 +01:00 |
|
Hrvoje Jasak
|
60f060da52
|
Update tolerances for SP and LDP
|
2015-05-12 15:01:26 +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
|
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 |
|
Hrvoje Jasak
|
0c1ad0a78e
|
Tutorial clean-up
Conflicts:
tutorials/mesh/cfMesh/Allclean
|
2014-09-30 15:50:00 +01:00 |
|
Hrvoje Jasak
|
92bb931647
|
Coordinate systems in degrees I/O bug fix
|
2014-09-30 13:26:51 +01:00 |
|
Dominik Christ
|
52fa58a6b7
|
FEATURE: Changes to fvSolution settings for pUCoupled tutorial improving performance. Author: Klas Jareteg. Merge: Dominik Christ.
|
2014-08-01 15:50:10 +01:00 |
|
Dominik Christ
|
7f26c1b7c3
|
BUGFIX: New blockMesh can create mixing plane BC directly. Removed a-posteriori change of boundary definition from Allrun, updated Allclean and removed boundary.preconfigured from tutorials. Author: Dominik Christ. Merge: Dominik Christ
|
2014-08-01 15:47:01 +01:00 |
|
Hrvoje Jasak
|
49a6c80191
|
Performance improvements on block-coupled solver tutorial
|
2014-08-01 15:34:02 +01:00 |
|
Dominik Christ
|
95b418a1ff
|
Modified Allrun in mixing plane cases
|
2014-08-01 13:47:42 +01:00 |
|
Hrvoje Jasak
|
27c1259fd9
|
Update broked preconfigured boundary files for mixing plane
|
2014-06-19 19:42:23 +01:00 |
|
Håkan Nilsson
|
e3643e0048
|
Fixing settings for mixingPlane and cyclic, and some clean-up and descriptions, for some tutorials: MRFSimpleFoam/axialTurbine_ggi MRFSimpleFoam/axialTurbine_mixingPlane simpleFoam/mixingPlaneDomADomB simpleSRFFoam/axialTurbine
Signed-off-by: Henrik Rusche <h.rusche@wikki-gmbh.de>
|
2014-06-12 08:54:54 +02:00 |
|
Henrik Rusche
|
c458150bfc
|
Remove trailing whitespace systematically
|
2014-06-01 20:12:52 +02:00 |
|
Henrik Rusche
|
3c5ba8da44
|
bump version number
|
2014-06-01 18:23:43 +02:00 |
|
Dominik Christ
|
b28965db7b
|
Changed some tutorials
Changed some more tutorials
Changed a few more tutorials
Changed even more tutorials
|
2014-05-30 18:24:36 +01:00 |
|
Henrik Rusche
|
567afd5c22
|
blockMesh backport compiling & tested on cavity
|
2014-05-29 14:18:28 +02:00 |
|
Hrvoje Jasak
|
52f4078d64
|
BUGFIX: script change: snappy fails with refinement history re-read
|
2013-12-16 14:25:35 +00:00 |
|
Henrik Rusche
|
6b50e03f44
|
STYLE: miss-aligned Headers
|
2013-12-12 00:41:18 +01:00 |
|
Henrik Rusche
|
a307bec3ed
|
Reverting m4-files touched header update
|
2013-12-12 00:27:59 +01:00 |
|
Hrvoje Jasak
|
aac5de5e16
|
Renamed and cleaned foam-extend
|
2013-12-11 16:09:41 +00:00 |
|
Hrvoje Jasak
|
505eb239fc
|
mixing plane update
|
2013-11-29 14:25:37 +00:00 |
|
Hrvoje Jasak
|
7e8f06837c
|
Formatting
|
2013-10-11 14:08:41 +01:00 |
|