cb4bf9e6b7
BUG: foamToEnsight fails with missing field at time 0 ( fixes #473 )
2017-05-16 17:28:09 +02:00
f895c934e7
COMP: skip compilation of plugins if include files are missing ( fixes #464 )
2017-05-05 10:14:48 +02:00
d26ed93389
BUG: writeFile - corrected write of output file at start time
2017-04-25 12:30:35 +01:00
cc16d9dabe
BUG: runTimePostProcessing - corrected clipBox behaviour (see #456 )
2017-04-24 14:33:37 +01:00
c072f911c9
BUG: Corrected compilation errors
2017-04-19 13:44:54 +01:00
1b5a56476c
Merge branch 'BUG_GL_449' into 'master'
...
BUG: adding case path to support parallel execution (Fixes #449 )
Closes #449
See merge request !101
2017-04-19 08:40:53 +01:00
0c8ea34b44
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus
2017-04-18 11:37:45 +01:00
5f17b01998
TUT: Updated gamma value in sonicFoam tutorial - see #455
2017-04-18 11:37:34 +01:00
88b65189d8
BUG: adding case path to support parallel execution ( Fixes #449 )
2017-04-11 17:47:35 +05:30
9f3e27e0aa
BUG: indexing in extendedEdgeMesh::add fails ( fixes #448 )
...
- 1st problem arises when there are edges, but edgeNormals is empty.
The UIndirectList fails (zero elements, non-zero addressing)
- further problem occurs if there is a mismatch in the number of edges
and edges normals (incorrect indexing on loop).
2017-04-11 00:53:03 +02:00
90eeafb43e
BUG: typo in addProfiling0 macro ( fixes #446 )
2017-04-07 07:46:17 +02:00
982c28d545
BUG: Gitlab issue 442. Resetting allLambda for phases in the alphaEqns.H for interMixingFoam
2017-04-05 13:58:45 -07:00
638aded7cc
BUG: bad shell construct for building optional component
2017-04-04 14:13:55 +02:00
970da5aa75
BUG: waveModels - corrected reference water levels - thanks to Gabi Barajas
2017-03-30 14:57:36 +01:00
3d05295abd
STYLE: Corrected typo
2017-03-22 09:11:47 +00:00
6b3742c3f1
BUG: Missed change during fix for #437
2017-03-21 13:57:55 +00:00
bbe490506e
STYLE: Minor documentation update
2017-03-21 13:35:22 +00:00
e6d9402e5a
BUG: nacaAirfoil tutorial - updated patches used by forceCoeffs function object. Fixes #438
2017-03-21 13:34:57 +00:00
69bc13f300
BUG: Function objects - updated to enable user time emtries, e.g. if using engineTime. Fixes #437
2017-03-21 13:32:55 +00:00
6ebaa63d1c
BUG: forceCoeffs - corrected handling of pDyn for compressible cases. Fixes #436
2017-03-21 13:27:47 +00:00
cf1df0542f
BUG: wallHeatFlux FO - corrected output of header info tofile. Fixes #435
2017-03-21 13:23:52 +00:00
15aec3649e
BUG: incorrect patch lookup in ensight conversion ( fixes #430 )
2017-03-17 09:09:31 +01:00
215349aa69
BUG: in wordRe::operator=(const keyType&)
...
- the regex was not being unset on assignment.
- drop unused recompile() method as being dubious
2017-03-10 13:05:35 +01:00
b3bfdd0bb8
Merge branch 'Fix_GL_416' into 'master'
...
Fixes #416
Closes #416
See merge request !96
2017-03-02 08:57:49 +00:00
6253452dcf
Fixes #416
2017-03-02 10:22:24 +05:30
05de53d086
ENH: Minor modification to the description
2017-02-28 10:37:43 -08:00
62197e9ccd
ENH: Correcting coefficient description in solarCalculator.H header
2017-02-28 10:35:55 -08:00
09c9e1a89a
ENH: Adding skyCloudCoverFraction to SunLoadFairWeatherConditions mode in the solarCalculator.
...
This scalar allows to introduce a factor for cloudy sky between 0 (clear) and 1 (fully cloudy)
2017-02-27 16:46:12 -08:00
e9bce5c331
Merge branch 'Fix_GL_409' into 'master'
...
Use subDict for changeDictionary, Fixes #409
Closes #409
See merge request !95
2017-02-23 11:02:21 +00:00
a3ff45d50a
Use subDict for changeDictionary, Fixes #409
2017-02-23 11:33:29 +05:30
3deb5f4d19
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus
2017-02-20 10:37:28 -08:00
a37dffad4f
ENH:Delete 'not Implemented' function updateCoeffs() in slicedFvPatchField. ACMI patch is used with mesh.C() in isoSurface
...
which uses slicedFvPatch.
2017-02-20 10:34:01 -08:00
973cf0397d
CONFIG: provide foamConfigurePaths -mpi option
...
- makes it easier to switch between mpi implementations (eg, openmpi, intelmpi etc)
- add comment about compiler setting for KNL
2017-02-16 09:14:17 +01:00
376912eff2
ENH: adding runTime selectable wallDist calculation to inverseDistanceDiffusivity
2017-02-14 08:30:53 -08:00
689ee6e0ea
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus
2017-02-10 11:41:53 -08:00
4f736b5c41
temperatureCoupledBase: alphaAni set to none by default
...
boundaryRadiationProperties: updating to new format
dynamicMeshDict and snappyHexMeshDict in utorials/multiphase/interDyMFoam/RAS/motorBike to follow Mattijs Git lab id 381
2017-02-10 11:40:15 -08:00
f77bbf4179
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus
2017-02-10 13:57:55 +00:00
84aa391403
BUG: noise - updated creation of control dictionary to allow -case option and env variables. Fixes #402
2017-02-10 13:57:36 +00:00
7e20157d95
ENH: setSystem*Dictionary - expand file names to enable the use of
2017-02-10 13:56:42 +00:00
53502f79b8
BUG: Correcting calculation of azimuth angle in the solar direction
2017-02-09 13:13:45 -08:00
21636f241a
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus
2017-02-03 12:28:12 +00:00
9e8031f285
BUG: RunFunctions - updated retrieval of nProcs to suppress warning when no system/deomposeParDict
2017-02-03 12:27:50 +00:00
417ff3bc2a
BUG: waveModels - corrected wavelength calculation for StokesV model; code clean-up
2017-02-03 12:17:42 +00:00
b4f0b2930d
STYLE: Minor code tidying
2017-02-03 12:20:58 +00:00
d29420817d
ENH: Modification of the start point for ray shooting to avoid self-hit in distorted meshes
2017-01-31 16:06:44 -08:00
77a3022c43
BUG: boundaryDataTemplates - make dir before writing to stream. Fixes #390
2017-01-23 08:41:43 +00:00
2c388220aa
Merge branch 'master' into develop
2017-01-19 13:31:11 +00:00
f1e415266d
BUG: wave models - corrected setting of U for shallowWaterAbsorption. Fixes #388
2017-01-19 13:30:59 +00:00
740dbc4a37
Merge branch 'bugFix_GL_384' into 'develop'
...
adding viewFactorWall to inGroups fixes #384
@Sergio
See merge request !91
2017-01-17 12:45:59 +00:00
eeb486c38d
adding viewFactorWall to inGroups fixes #384
2017-01-17 11:27:42 +00:00