dfb5fae5de
BUG: Fixing oldTime Tw and Reference Value of humidityTemperatureCoupledMixed BC
2016-12-13 09:44:25 -08:00
b77dbc9c6c
ENH: effectivenessHeatExchangerSource - updated output
2016-12-13 15:50:16 +00:00
b1107081cc
ENH: effectivenessHeatExchangerSource - updated output
2016-12-13 15:47:42 +00:00
ab1fc22398
reactingTwoPhaseEulerFoam: Updated LTS support in the cell-based momentum algorithm
2016-12-13 15:47:24 +00:00
164e2d4c53
Removed blank-line
2016-12-13 15:46:39 +00:00
965287d70c
ENH: effectivenessHeatExchangerSource - protected divisions
2016-12-13 15:33:14 +00:00
36f8895e78
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-12-13 07:20:39 -08:00
5514b74922
sprayFoam: Explicitly write cloud when not solving flow
2016-12-13 13:19:22 +00:00
ad0338123a
BUG: Tutorial update - fixes #336
2016-12-13 12:45:01 +00:00
7063555abb
BUG: Tutorial update - fixes #339
2016-12-13 12:43:02 +00:00
ad807e8d31
BUG: Updates to DyM tutorials - see #340
2016-12-13 12:40:58 +00:00
eefddbc8a8
reactingTwoPhaseEulerFoam::partitioningModels::cosine: Corrected slope
...
Patch contributed by Juho Peltola, VTT.
2016-12-13 12:03:56 +00:00
3fee08b034
ENH: cshrc: suppress printing
2016-12-13 09:24:25 +00:00
c0a2c16f6c
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-12-12 10:36:33 -08:00
88128e0392
ENH: compressibleInterDyMFoam enhancements for mesh motion and sphere drop test case tutorial
2016-12-12 10:34:49 -08:00
e453f0bf02
ENH: Pstream: added maxCommsSize setting to do (unstructured) parallel transfers in blocks.
...
This is controlled by the setting maxCommsSize in etc/controlDict which
specifies the max number of bytes per exchange. If set to <= 0 it
is ignored. This max size of messages is important when doing e.g.
load balancing which can send over whole meshes.
2016-12-12 17:32:24 +00:00
141a1df59b
wallBoilingSubModels: Corrected references
...
Patch contributed by Juho Peltola, VTT
2016-12-12 16:58:52 +00:00
f3d8be7abe
ENH: dynamicMultiMotionSolverFvMesh: new dynamicFvMesh type.
...
Takes cellZones and motionSolver per cellZone. See also dynamicMotionSolverListFvMesh.
2016-12-12 16:05:21 +00:00
f31623d337
pimpleControl: Added optional 'solveFlow' control
...
sprayFoam: Added support for the optional 'solveFlow' control to allow
simulation of the spray evolution with all sub-models in a 'frozen'
flow-field.
2016-12-12 14:35:21 +00:00
16c178be66
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-12-12 13:10:06 +00:00
98a2527087
ENH: foamList - updated link libs to avoid error on exiting
2016-12-12 12:37:57 +00:00
28bd150db6
ENH: foamList - updated link libs to avoid error on exiting
2016-12-12 12:37:57 +00:00
989883d62b
GIT: Resolved merge conflict
2016-12-12 12:23:45 +00:00
e2cdac590f
STYLE: removed unused code to avoid compiler warning
2016-12-12 12:15:40 +00:00
164c545b47
ENH: blockEdge - updated bezier
2016-12-12 12:15:01 +00:00
4c79a85baa
ENH: combustion models - updated for current API
2016-12-12 12:14:26 +00:00
6408cd1fbb
ENH: outletMappedUniformInlet BC - Cp only calculated for patch and not entire domain; input keywords updated for consistency
2016-12-12 12:13:53 +00:00
c0f44ac4f3
MRG: Integrated foundation code
2016-12-12 12:10:29 +00:00
8ddfe86d1d
functionObjects::writeLocalObjects: Provides support for controlled writing of field
...
defined by functionObjects, e.g. wallHeatFlux, wallShearStress and yPlus.
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2353
2016-12-09 21:54:13 +00:00
1a9ee8f07b
COMP: ubuntu build with CGAL lacks dependency on gmp/mpfr (issue #288 )
...
- slightly odd. Building CGAL on other Linux systems have a proper
ldd dependency for gmp/mpfr, but ubuntu doesn't
2016-12-09 16:55:04 +00:00
83f3044db9
tutorials/compressible/rhoSimpleFoam/squareBend: Stabilize by further relaxing e
...
Patch contributed by Mattijs Janssens
http://bugs.openfoam.org/view.php?id=2382
2016-12-09 16:53:35 +00:00
e8aba1e6e9
gaussConvectionScheme: Removed temporary warnUnboundedGauss debug switch
...
which provided warning about backward-compatibility issue with setting div
schemes for steady-state. It caused confusion by generating incorrect warning
messages for compressible cases for which the 'bounded' should NOT be applied to
the 'div(phid,p)'.
2016-12-09 16:36:56 +00:00
7d54e57fa0
Renamed searchableCurve -> searchableExtrudedCircle
...
to clarify purpose.
Patch contributed by Mattijs Janssens
2016-12-09 16:30:46 +00:00
b17a568569
MRFZone: Do not correct boundary conditions when inactive
...
Patch contributed by Mattijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=2380
2016-12-09 16:29:27 +00:00
1b3d98586a
PBiCGStab: Corrected to support processorAgglomerator
...
Patch contributed by Battijs Janssens
Resolves bug-report http://bugs.openfoam.org/view.php?id=2383
2016-12-09 16:27:54 +00:00
b4b77e76c9
mappedFieldFvPatchField: Corrected autoMap function
...
Patch contributed by Mattijs Janssens
2016-12-09 15:08:43 +00:00
eb00c8021d
ENH: provide log option for top-level builds (issue #333 )
2016-12-09 14:44:26 +00:00
27ae7d5b00
STYLE: minor comments added to ensightSurfaceReader
2016-12-09 14:38:15 +00:00
e256e72039
fieldAverageTemplates: General clean-up
2016-12-09 14:28:04 +00:00
97a27dc172
dynamicMotionSolverListFvMesh: Ensure independence of zone-based motion
2016-12-09 14:19:07 +00:00
b6d79ed4ce
BUG: scaleFactor for fieldValue function-objects is 'sticky' (issue #331 )
...
- if set in a dictionary and later removed, the intermediate value is
retained rather than reverting to a normal default value.
- same applies for a few other function objects and their variables
2016-12-08 11:33:39 +00:00
422993f9a5
ENH: add weightedAreaIntegrate operation for surfaceFieldValue
2016-12-08 11:00:18 +00:00
b4182c60a3
BUG: inconsistency in periodic restart for fieldAverage (issue #330 )
...
- the interval for the next restart was not being adjusted when the
file was reread, or when doing a complete simulation restart.
2016-12-08 09:32:55 +00:00
1b2cfde773
STYLE: minor typo in mapFields documentation
2016-12-08 09:19:32 +00:00
7354efa462
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus
2016-12-07 13:04:33 -08:00
11479c51d7
ENH: Changes in handling topological changes in VOF solvers
...
1) Using divU instead of fvc::absolute(phi,U) in TEqn as the latter uses latest time meshPhi which is inconsistent
2) Adding fvc::interpolate(U) when topo changes
3) in pEq for compressible dgdt is updated using the latest rho1 and rho2 after compressible effects are considered
2016-12-07 12:57:32 -08:00
08f0f3dddb
STYLE: avoid refCast in favour of the fvMeshFunctionObject mesh_ variable
2016-12-07 17:32:31 +00:00
d2f6f7e391
tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun: Removed spurious '-parallel' option
...
Resolves bug-report http://bugs.openfoam.org/view.php?id=2378
2016-12-07 15:39:40 +00:00
2c7eff8d6b
Merge remote-tracking branch 'origin/feature-cellSetRemove' into develop
2016-12-07 14:13:00 +00:00
e518acb594
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-12-07 13:16:05 +00:00