Henrik Rusche
|
ff0871caf9
|
Fixing merge errors
|
2016-05-30 10:40:08 +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 |
|
Vanja Skuric
|
b7c23999fc
|
Small fixes and modifications to backports
|
2016-05-28 23:56:11 +02:00 |
|
Vanja Skuric
|
3cd148c0c5
|
Backported steadyCompressibleFoam, steadyCompressibleMRFFoam, steadyCompressibleSRFFoam and tutorials (vanilla OF 3.0.1)
|
2016-05-27 01:33:07 +02:00 |
|
Vanja Skuric
|
620e1ce085
|
Backported sonicFoam, sonicDyMFoam, sonicLiquidFoam and tutorials (vanilla OF 3.0.1)
|
2016-05-27 00:17:32 +02:00 |
|
Vanja Skuric
|
1296dcd3ad
|
Removed storePrevIter() - not needed anymore
|
2016-05-26 23:46:09 +02:00 |
|
Hrvoje Jasak
|
249db95e94
|
Steady universal (compressible and incompressible) flow solvers. Author: Hrvoje Jasak and Ilaria De Dominicis. Merge: Hrvoje Jasak.
|
2016-05-26 14:34:25 +01:00 |
|
Hrvoje Jasak
|
b9586f41e6
|
Feature: universal steady solver for incompressible and compressible flows
|
2016-05-26 13:41:07 +01:00 |
|
Vanja Skuric
|
5b31dad987
|
Fixed missing convergence criteria: runTime.loop() changed to simple.loop()
|
2016-05-26 10:43:27 +02:00 |
|
Vanja Skuric
|
e08fde6215
|
Backported rhoPorousMRFPimpleFoam, rhoPorousSimpleFoam, rhoSimpleFoam, rhoSonicFoam, rhopSonicFoam and tutorials (vanilla OF 3.0.1)
|
2016-05-26 09:42:51 +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
|
9007084567
|
Merge Request #32: Runtime-selectable flux & limiters in DBNS. Author: Henrik Rusche. Merge: Henrik Rusche
https://sourceforge.net/p/foam-extend/foam-extend-3.2/merge-requests/32/
|
2016-05-24 13:42:54 +02:00 |
|
Henrik Rusche
|
6d43981296
|
FEAT: Runtime-selectable flux and limiter in DBNS
|
2016-05-14 13:57:15 +02:00 |
|
Hrvoje Jasak
|
8cf4b6fcd5
|
Enable full gradient cacheing capability
|
2016-05-09 11:03:58 +01:00 |
|
Vanja Skuric
|
04d8d1b849
|
Backported rhoPimpleFoam, rhoPisoFoam and tutorials (vanilla OF 3.0.1)
|
2016-05-08 15:36:11 +02:00 |
|
Vanja Skuric
|
1e8bd24dc7
|
Modified to work with backported createTimeControl.H from OF 3.0.1
|
2016-05-06 23:31:48 +02:00 |
|
Hrvoje Jasak
|
605b9e6f24
|
Bugfix: corrected wrong transformFvPatchField header inclusion
|
2016-05-06 09:19:45 +01:00 |
|
Hrvoje Jasak
|
8ac6d0c6c8
|
Bugfix: gradient cacheing clean-up
|
2016-04-27 19:03:47 +01:00 |
|
Hrvoje Jasak
|
e319d5d6c0
|
Bugfix: use function form of transpose
|
2016-04-25 12:17:45 +01:00 |
|
Hrvoje Jasak
|
5ad3e2dbd8
|
Bugfix: use total enthalpy
|
2016-03-15 12:56:56 +00:00 |
|
Hrvoje Jasak
|
f42adf48ab
|
Bugfix: regular formulation of enthalpy source terms
|
2016-02-05 17:48:36 +00:00 |
|
Hrvoje Jasak
|
aa1fa870f4
|
Add div phid upder-relaxation in the pressure equation
|
2016-01-14 13:44:23 +00:00 |
|
Henrik Rusche
|
0b163d87e8
|
Updated steadyCompressible*Foam solvers & steadyCompressibleFoam tutorials
Conflicts:
applications/solvers/compressible/steadyCompressibleFoam/pEqn.H
|
2016-01-05 15:20:50 +00:00 |
|
Henrik Rusche
|
fc2316f71b
|
Improved steadyCompressibleMRFFoam
|
2016-01-05 15:20:08 +00:00 |
|
Hrvoje Jasak
|
f206e5ffec
|
Bugfix: Compressible solver update
Conflicts:
applications/solvers/compressible/steadyCompressibleFoam/pEqn.H
|
2016-01-05 14:52:10 +00:00 |
|
Hrvoje Jasak
|
9daa8e28f4
|
Updated enthalpy equation
Conflicts:
applications/solvers/compressible/steadyCompressibleFoam/pEqn.H
|
2016-01-05 14:51:40 +00:00 |
|
Hrvoje Jasak
|
628377d3d2
|
Formatting
Conflicts:
applications/solvers/basic/potentialDyMFoam/potentialDyMFoam.C
|
2016-01-05 14:43:15 +00:00 |
|
Hrvoje Jasak
|
e411de9576
|
Better bounding on topo change
|
2015-09-11 16:15:29 +01:00 |
|
Dominik Christ
|
0a6a65972d
|
Compilation tweaks for mingw
|
2015-08-07 13:02:26 +01:00 |
|
Hrvoje Jasak
|
91e9838649
|
Update sonicLiquidFoam to PIMPLE
|
2015-08-06 10:02:31 +01:00 |
|
Hrvoje Jasak
|
5c3c481e85
|
Field bounding after topo change
|
2015-06-11 15:56:06 +01:00 |
|
Henrik Rusche
|
0a02a92e53
|
Upgrade copyright notices & banner in source code
|
2015-05-17 15:58:16 +02:00 |
|
Martin Beaudoin
|
4706995f5f
|
controlSwitches: updating after code merge. Minor correction for DimensionedConstants sigmaSB. Adapting foamDebugSwitches
|
2015-05-02 09:57:47 -04: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
|
dc6d3f61dc
|
Fix compilation error
Conflicts:
applications/solvers/compressible/steadyCompressibleFoam/hEqn.H
|
2014-09-30 15:50:06 +01:00 |
|
Hrvoje Jasak
|
a854351f62
|
Update time loop format
|
2014-09-30 13:27:04 +01:00 |
|
Dominik Christ
|
fdbe471727
|
BUGFIX: U and Urel were different with omega=0
|
2014-09-11 17:55:19 +01:00 |
|
Hrvoje Jasak
|
b155c2bbde
|
Switching to rothalpy equation for compressible MRF
|
2014-08-15 10:13:25 +01:00 |
|
Hrvoje Jasak
|
fcc4b2b305
|
Switching to rothalpy equation for compressible MRF
|
2014-08-15 10:13:05 +01: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 |
|
Hrvoje Jasak
|
843c88935e
|
Coupled density-based solver for compressible flows
|
2014-05-28 20:31:32 +01:00 |
|
Dominik Christ
|
c925071ccd
|
Integrated steady compressible turbo functionality
|
2014-05-28 12:53:47 +01:00 |
|
Hrvoje Jasak
|
aac5de5e16
|
Renamed and cleaned foam-extend
|
2013-12-11 16:09:41 +00:00 |
|
Henrik Rusche
|
2a8db930ad
|
BUGFIX: Uninitialised member variables
|
2013-12-03 17:48:51 +01:00 |
|
Henrik Rusche
|
3241862b6c
|
Remove trailing whitespace systematically
|
2013-07-18 10:15:54 +02:00 |
|
Hrvoje Jasak
|
fa6c5b8888
|
Merge remote-tracking branch 'remotes/origin/feature/postfixedSubRegistry' into HrvojeJasak
|
2012-01-29 12:27:23 +00:00 |
|
Hrvoje Jasak
|
cefc54edcd
|
Handling of U under-relaxation in last corrector
|
2012-01-29 12:05:14 +00:00 |
|
Hrvoje Jasak
|
893b7eec1a
|
Re-formatting loop statements
|
2012-01-29 12:05:14 +00:00 |
|
Hrvoje Jasak
|
886e47733c
|
Finite Area Method, topological changes
|
2012-01-29 12:01:07 +00:00 |
|