6d75041480
Merge remote-tracking branch 'origin/develop' into feature-regionModels
...
Conflicts:
src/regionModels/surfaceFilmModels/submodels/kinematic/filmThermoModel/liquidFilmThermo/liquidFilmThermo.C
2015-12-11 15:12:15 +00:00
92b5ee3487
Merge branch 'develop' into radiation
...
Conflicts:
applications/utilities/preProcessing/viewFactorsGen/shootRays.H
src/lagrangian/intermediate/submodels/addOns/radiation/absorptionEmission/cloudAbsorptionEmission/cloudAbsorptionEmission.C
src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C
src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.H
src/thermophysicalModels/radiation/radiationModels/fvDOM/fvDOM/fvDOM.C
src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C
tutorials/mesh/parallel/filter/0.org/T
2015-12-11 09:50:43 +00:00
c3854609a4
Adding 'compressible' flag in pEq for chtMultiRegionFoam and buoyantPimpleFoam, rhoThermo and
...
transient based solvers to account for incompressible Eq of State laws. It avoids taking into account
the term ddt(rho) as mass contribution due to compressibility effects
2015-12-09 15:11:16 -08:00
882698a1b5
ENH: Changing p_rgh BC and call to solidThermo in noPyrolysis.C
2015-12-09 13:45:29 -08:00
5c9dff6146
GIT: Resolved conflict
2015-12-09 16:19:28 +00:00
8837a89237
STYLE: Updated links from openfoam.org to openfoam.com
2015-12-09 15:03:05 +00:00
8f1d043364
GIT: Resolved conflict
2015-12-09 09:32:38 +00:00
e8118a9b04
ENH: Tutorials - removed boundary files from repository
2015-12-08 15:06:13 +00:00
2e7d7d1609
BUG: RunFunctions: missing fi. Renamed variable. Updated Allrun scripts
2015-12-08 14:35:02 +00:00
dbea5806ce
ENH: Tutorials - removing fluxRequired from fvSchemes
2015-12-08 12:14:13 +00:00
740f6896c6
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop
2015-12-08 10:36:58 +00:00
4ba032b2be
ENH: Adding diffusionMulticomponent combustion model.
...
Adding optional files to smallPoolFire2D to run using this model.
Taking out of the compilation of FSD combustion. It needs futher work to run using the new turbulent framework
2015-12-07 17:02:18 -08:00
3f55f752fc
GIT: Resolve conflict with upstream merge from Foundation
2015-12-07 17:07:20 +00:00
591c5b602c
ENH: decomposeParDict: default value is system/decomposeParDict
2015-12-07 16:04:17 +00:00
80f4227d40
ENH: Updated regionModels from internal development line
2015-12-02 12:21:50 +00:00
a67be71938
ENH: Added new ceeateZeroDirectory utility
...
Uses a system/caseProperties file to select templates from
etc/caseDicts/createZeroDirectoryTemplates to enable high-level setup
of a case.
See
- etc/caseDicts/createZeroDirectoryTemplates
- tutorials/preProcessing/createZeroDirectory
2015-11-30 15:52:40 +00:00
2dbf835485
reactingTwoPhaseEulerFoam: Added thermal wall-functions with support for wall-boiling
...
Code and tutorial case provided by Juho Peltola
2015-11-27 18:51:23 +00:00
8d5800c5f8
ENH: externalCoupled: changed to non-OutputFilter functionObject.
...
- moved control to functionObject (from bc)
- this allows multi-region support
- see heatTransfer/chtMultiRegionFoam/externalCoupledMultiRegionHeater tut
- generalisation of streamed reading/writing of specialised bcs
2015-11-26 13:04:06 +00:00
660b54b728
moveDynamicMesh: Iterate over mesh.update() according to the PIMPLE settings
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1926
2015-11-25 16:54:14 +00:00
85c79d8398
fvOptions: New buoyancyForce and buoyancyEnergy
...
Provides run-time selection of buoyancy sources for compressible solvers
Replaces the built-in buoyancy sources in XiFoam, reactingFoam and
rhoReactingFoam.
e.g. in constant/fvOptions specify
momentumSource
{
type buoyancyForce;
buoyancyForceCoeffs
{
fieldNames (U);
}
}
and optionally specify the buoyancy energy source in the enthalpy
equation:
energySource
{
type buoyancyEnergy;
buoyancyEnergyCoeffs
{
fieldNames (h);
}
}
or internal energy equation
energySource
{
type buoyancyEnergy;
buoyancyEnergyCoeffs
{
fieldNames (e);
}
}
2015-11-23 09:29:10 +00:00
62945ab1ea
chemFoam: Remove unused turbulence model
2015-11-21 18:30:35 +00:00
093b4aade6
chemkinReader: Add support for reading transport properties from dictionary
...
Note the dictionary is in OpenFOAM format not CHEMKIN.
Patch provided by Daniel Jasinski
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1888
2015-11-20 18:55:36 +00:00
33fdce88f5
porosityModels: Specification of name and dimensions of porosity coefficients is now optional
...
e.g.
DarcyForchheimerCoeffs
{
d (5e7 -1000 -1000);
f (0 0 0);
coordinateSystem
{
type cartesian;
origin (0 0 0);
coordinateRotation
{
type axesRotation;
e1 (1 0 0);
e2 (0 0 1);
}
}
}
2015-11-17 12:05:57 +00:00
c1c7b30220
tutorials/combustion/fireFoam/les/smallPoolFire.*: Minor correction
2015-11-15 18:10:28 +00:00
f4695953aa
tutorials/combustion/fireFoam/les/oppositeBurningPanels: Improved schemes and BCs
2015-11-14 19:31:06 +00:00
55f7d50be1
FreeBSD sed: ensure that a "-e" option immediately follows "-i"
2015-11-14 17:03:03 +00:00
d98136e122
tutorials: Removed unnecessary "boundary" files
2015-11-13 20:05:37 +00:00
ad24568623
Redundant boundary.org files removed from tutorial cases
2015-11-13 16:59:58 +00:00
8726cf20a0
blockMeshDict files: removed redundant location entries in FoamFile headers
2015-11-13 16:09:57 +00:00
58127cae71
tutorials/mesh/foamyHexMesh: Update location of blockMeshDict
2015-11-13 15:48:39 +00:00
d84db55bd4
tutorials/combustion/fireFoam/les/smallPoolFire?D: Improved outlet BC
...
Now applies totalPressure and pressureInletOutletVelocity with hRef set
to the height of the outlet plane.
2015-11-13 14:17:07 +00:00
fb2eacf2f1
tutorials/combustion/fireFoam/les/smallPoolFire?D: Improved outlet BC
...
Now applies totalPressure and pressureInletOutletVelocity with hRef set
to the height of the outlet plane.
2015-11-13 14:15:19 +00:00
7e7c27d09b
moveDynamicMesh: Iterate over mesh.update() according to the PIMPLE settings Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1926
2015-11-25 16:54:14 +00:00
8f5997bb6a
ENH: displacementMotionSolver: additional hierarchy
...
- shm: have displacementMotionSolver as alternative mesh shrinker
(instead of medialAxis).
- updated iglooWithFridges tutorial to use displacementLaplacian
- selectable interpolation from cells to points in the motion solvers
using the 'interpolation' keyword:
interpolation volPointInterpolation; // default
or
interpolation patchCorrected (lowerWall upperWall);
- wrapped up mesh shrinkers (see above) for use as a displacementMotionSolver
(i.e. the opposite of the displacementMotionSolver mesh shrinker)
2015-11-19 09:35:20 +00:00
777b139907
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop
...
Conflicts:
src/meshTools/AMIInterpolation/AMIInterpolation/AMIInterpolation.C
2015-11-19 10:40:51 +00:00
916dcb8685
ENH: parallel: overhaul of parallel mapping
...
- redistributePar to have almost (complete) functionality of decomposePar+reconstructPar
- low-level distributed Field mapping
- support for mapping surfaceFields (including flipping faces)
- support for decomposing/reconstructing refinement data
2015-11-17 15:05:05 +00:00
031de9c4ab
ENH: XiDyMFoam: new solver and tutorials
...
XiDyMFoam : compressible version of XiFoam
oscillatingCylinder : 2D case with cylinder moving up and down
annularCombustorTurbine : part of 3D combuster using cyclicPeriodicAMI
2015-11-10 12:24:34 +00:00
0431b8fbe1
ENH: humidityTemperatureCoupledMixed: moved to separate library
...
This bc was in compressible turbulence library which made it dependent
on liquidProperties. It was moved to a separate library since it is only
used in a single tutorial.
2015-11-09 14:40:21 +00:00
4caacdddb3
Merge branch 'feature-snappyHexMesh-gapRefinement' into 'develop'
...
Feature snappy hex mesh gap refinement
Adding automatic gap refinement capability
See merge request !2
2015-11-09 11:48:06 +00:00
95eb7cc681
Merge branch 'feature-snappyHexMesh' into 'develop'
...
Feature snappy hex mesh
It's got all of the VW snappyHexMesh developments in it.
Not yet the automatic-gap refinement.
See merge request !1
2015-11-09 11:36:13 +00:00
4ef54948f7
ENH: oscillatingInletPeriodicAMI2D: changed interfaces on either side to be same size
...
Added description of case.
2015-11-09 10:41:02 +00:00
29e1c6e77b
message=BUG: cyclicPeriodicAMI: corrected logic so that it correctly excludes
...
patches which do not overlap an integer number of times.
2015-11-09 09:12:21 +00:00
341f2e0b99
ENH: Added support for periodic AMI patches. When these patches do not
...
fully overlap, the geometry will be replicated according to the
transfomation of another coupled patch until full-overlap is achieved.
2015-11-06 16:40:51 +00:00
047211b1f7
ENH: Adding humidityTemperatureCoupledMixed BC and directionalPressureGradientExplicitSource and the corresponding tutorial
...
tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation
2015-11-03 14:42:08 -08:00
4927f97c5d
Merge branch 'feature-snappyHexMesh' into feature-snappyHexMesh-gapRefinement
2015-11-03 12:55:32 +00:00
d0a00a6b27
Merge branch 'develop' into feature-snappyHexMesh
2015-11-03 12:37:05 +00:00
86ea4a074b
ENH: tutorial: chmod +x of run scripts
2015-11-03 10:23:11 +00:00
eedbd182d1
ENH: Adding solar radiation modelling and tutorial changes
2015-11-02 11:54:27 -08:00
d073e483b8
tutorials/incompressible/simpleFoam/pitzDaily: Change default model to kEpsilon
...
and reduce relaxation factors to improve stability over a range of
models and systems.
2015-11-01 12:24:25 +00:00
71db93570a
BUG: gap_detection: added to Allrun
2015-10-28 13:31:18 +00:00