mattijs
2cbad2d47f
ENH: motorBike: example of run-time postprocessing
2016-01-07 16:31:01 +00:00
mattijs
3568e3a9a6
ENH: objectRegistry: revert to printing on master only
2016-01-07 08:48:27 +00:00
mattijs
11ad0635b7
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-01-06 16:55:22 +00:00
mattijs
d3d6d819bb
BUG: autoHexMesh: gap refinement ignores refinementRegion itself
...
It was ignoring the initial selection of cells inside/outside the refinement
region and instead looking at all surface-intersection regardless. Fixes #51 .
2016-01-06 16:52:34 +00:00
sergio
16e3f5c1e4
STY: Expanding header for model description
2016-01-05 15:12:02 -08:00
sergio
c6fe2f29fb
ENH: Changing BC for k and epsilon and scheme for Xi for oscillatingCylinder tutorial
2016-01-05 12:17:06 -08:00
sergio
c33a741327
ENH: Changing div scheme for T
2016-01-05 11:19:14 -08:00
sergio
9dd487a359
STY: Correcting spelling mistake in diffusionMulticomponent
2016-01-05 09:55:16 -08:00
mattijs
0e6fa50480
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-01-05 15:27:35 +00:00
mattijs
bece8ad2cb
BUG: LESDelta: parallel inconsistent
...
Internal values get set but never swapped on processor boundaries. Fixes #49 .
2016-01-05 15:26:46 +00:00
sergio
044440b1d3
ENH: Adding fvOption constrain to scalarTransportFoam.
...
Changing to adjustableTimeStep the tutorial reactingTwoPhaseEulerFoam/laminar/bubbleColumnIATE
2016-01-04 14:12:49 -08:00
sergio
e04158fda1
Reducing total time simulation to 10 sec
2016-01-04 12:28:08 -08:00
sergio
0f3f53df57
ENH: Adding uniformJump true to the porousJump tutorial.
2016-01-04 11:44:49 -08:00
mattijs
18bc62a328
BUG:tutorials: missing boundary file.
...
Fixes #45
2015-12-31 12:07:43 +00:00
mattijs
b3bae3a411
ENH: sampledSets: have sorted distance on master set
...
This is more logical - the points are passed in sorted as well and there is
no way for the master sampledset to determine the ordering.
2015-12-31 11:01:11 +00:00
Andrew Heather
2aeaa7c5d5
ENH: Added chtMultiRegionFoam 'windshieldDefrost' tutorial showing example of explict solidificationMelting fvOption
2015-12-23 12:13:28 +00:00
Andrew Heather
4c603aeadf
ENH: Added simpleFoam 'simpleCar' tutorial showing example of explict porosity fvOption
2015-12-23 12:09:33 +00:00
Andrew Heather
f0c3e8d599
STYLE: Updated version to 'plus'
2015-12-22 23:14:17 +00:00
Andrew Heather
5e8f33398b
Merge branch 'feature-turbulence' into 'develop'
...
CONTRIBUTION: Turbulence - updated SpalartAlmaras & kOmegaSST DES, DDES and IDDES
Code supplied by CFD Software E+F GmbH
See merge request !28
2015-12-22 22:14:53 +00:00
andy
caf13291e8
ENH: DEShydrid scheme - added usage notes to header
2015-12-22 22:08:38 +00:00
andy
cfe2d32c77
ENH: Minor code clean-up
2015-12-22 22:04:02 +00:00
Andrew Heather
76c0096cb6
STYLE: Updated error messages to use new FatalErrorInFunction
2015-12-22 17:00:59 +00:00
Andrew Heather
cab9b02c9e
STYLE: Updated docs to OpenFOAM.com
2015-12-22 16:57:50 +00:00
Andrew Heather
0192c281f0
ENH: Added mergeHistory doc showing merges from Foundation line
2015-12-22 16:53:39 +00:00
Andrew Heather
ee3e997431
ENH: Updated version tag from OpenFOAM-dev-OpenCFD to OpenFOAM-plus
2015-12-22 16:52:31 +00:00
Andrew Heather
04752147c8
GIT: Resolved conflict on merge from upstream
2015-12-22 16:49:44 +00:00
mattijs
5d7d3b793f
BUG: Make/files: use C style comment
2015-12-19 15:00:47 +00:00
Mattijs Janssens
17617d87da
Merge branch 'feature-copyright' into 'develop'
...
ENH: copyright: make consistent with OpenFOAM-history
See merge request !29
2015-12-19 14:25:48 +00:00
mattijs
8864223aed
ENH: copyright: make consistent with OpenFOAM-history
2015-12-19 14:22:30 +00:00
mattijs
72be4b372d
CONTRIBUTION: Turbulence - updated SpalartAlmaras & kOmegaSST DES, DDES and IDDES
...
Code supplied by CFD Software E+F GmbH
2015-12-19 12:14:22 +00:00
sergio
30a03e31f3
files: taking out the compilation of pressureJumpDirec.... fo.
...
radiationProperties: general model organization
fvOptions: taking out the use of pressureJumpDirec.... from tutorial
2015-12-18 12:17:00 -08:00
mattijs
183a244169
Fixes #38 .
2015-12-18 10:39:57 +00:00
mattijs
b90cd04ce7
END: splitMeshRegions: consistent exit output.
...
Fixes #35
2015-12-18 10:16:50 +00:00
sergio
0b8b34b789
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop
2015-12-17 15:03:02 -08:00
sergio
23b99b5e3b
ENH: Adding pRef handling in pEqn.H for incompressible eqOfState in buoyantSimpleFoam
2015-12-17 15:02:01 -08:00
mattijs
1beb9b7acb
BUG: autoHexMesh: allocation of zones. Base on cell zoning, not on surface
2015-12-17 12:16:34 +00:00
mattijs
0347bc5ae2
ENH: autoHexMesh: check for both locationInMesh and locationsInMesh.
2015-12-17 09:35:13 +00:00
mattijs
9cad906403
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop
2015-12-17 09:04:24 +00:00
mattijs
47b86eec96
BUG: execFlowFunctionObjects: missing -noRead
...
Fixes #40
2015-12-17 09:03:57 +00:00
sergio
fb504d8975
BUG: Adding transmissivityModel to /0.org/include/3DBaffle/3DbaffleSolidThermo
2015-12-16 11:33:49 -08:00
sergio
05890eadfa
BUG: Changing the writing function of uniformInterpolationTable to hard coded ascii format.
2015-12-16 11:10:55 -08:00
mattijs
79da5b5a52
BUG: mixerVessel: fix mesh time pickup
2015-12-16 11:48:11 +00:00
mattijs
5324bd5c54
STYLE: execFlowFunctionObjects: remove excess Foam::
2015-12-16 10:40:22 +00:00
mattijs
1c57bc9f1c
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop
2015-12-16 10:39:27 +00:00
mattijs
bd8fcbe8bf
BUG: mixerVessel: surfaceBooleanFeatures syntax
2015-12-16 10:38:38 +00:00
sergio
6d5e995f36
BUG: Adding #include "createFvOptions.H" to execFlowFunctionObjects.C
2015-12-15 16:31:29 -08:00
sergio
df79844443
ENH: Adding kMin to k in dTilda function as dTilda can not be zero in case k = 0
2015-12-15 15:41:01 -08:00
sergio
b95088a74e
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop
2015-12-15 15:06:11 -08:00
sergio
8a8453079c
ENH: realizableKE and v2f use laminar nu is functions which don't allow nu < 0.
...
If the solver use psiThermo rho = p*psi. If p < 0 then rho < 0 and
consequently nu < 0. This happens for steady solvers such as rhoSimpleFoam.
Adding limiters to laminar nu.
2015-12-15 15:01:38 -08:00
mattijs
8326eae30d
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop
2015-12-15 21:32:13 +00:00