andy
c520c3b62b
ENH: Updated noise utility to use new noise models
2016-02-25 12:56:25 +00:00
andy
7c66e69136
ENH: Refactored and improved noiseFFT library
2016-02-25 12:55:41 +00:00
andy
02ae553099
ENH: Added new surfaceNoise model to process surface data
2016-02-25 12:54:43 +00:00
andy
39aa4f3a4e
ENH: Added new pointNoise model to process point data to replicate old behaviour
2016-02-25 12:54:17 +00:00
andy
4bf509df42
ENH: Added new structure for run-time selectable noiseModels
2016-02-25 12:53:23 +00:00
andy
225cd918bb
ENH: Added surfaceReaders to sampling library Make/files
2016-02-25 12:46:30 +00:00
andy
9eef6f5c22
ENH: Added new Hanning window model
2016-02-25 12:31:38 +00:00
andy
92c831250a
ENH: Added new structure for run-time selectable data windowing functions
2016-02-25 12:31:20 +00:00
andy
ec182c5f50
ENH: Added surfaceReaders from old internal development line
2016-02-25 12:25:30 +00:00
andy
ec18c92f92
COMP: Updated version tag plus->stage
2016-02-22 10:25:44 +00:00
sergio
907c362754
BUG: Adding correct turbulent in applyBoundaryLayer
2016-02-18 14:13:15 -08:00
sergio
6e829fb32e
ENH: renaming epsilon field in applyBoundaryLayer
2016-02-17 15:16:57 -08:00
sergio
b98a5c1041
BUG: Renaming k field in applyBoundaryLayer.C ( fixes #70 )
2016-02-15 10:10:57 -08:00
sergio
463296eb40
Adding corrections folder to fvOptions library ( Fixes #63 )
2016-02-02 09:10:52 -08:00
Andrew Heather
14aee79198
STYLE: Corrected typos in file header - fixes #57
2016-01-18 09:02:14 +00:00
Andrew Heather
b99917e53a
ENH: Updated broken links in README file
2016-01-13 17:18:03 +00:00
mattijs
6651f31909
BUG: lagrangian: PatchInteractionModel was not initialising statistics counters
...
Fixed #55 .
2016-01-11 09:23:14 +00:00
andy
8f309fa031
ENH: Documentation updates
2016-01-08 16:25:42 +00:00
Andrew Heather
a1eecc8ee4
STYLE: Corrected typo
2016-01-08 13:19:43 +00:00
Andrew Heather
7045e8da54
STYLE: Renamed Foundation README
2016-01-08 13:19:21 +00:00
Andrew Heather
d36f1418cd
STYLE: Updated links
2016-01-08 12:43:01 +00:00
Andrew Heather
5bc78be793
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-01-08 12:37:45 +00:00
Andrew Heather
89ac7ff40b
ENH: Doxygen updates
2016-01-08 12:37:24 +00:00
Andrew Heather
cc7aa4993a
ENH: Updated README files
2016-01-08 12:30:04 +00:00
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