bbc05bdf7e
tutorials/multiphase/interDyMFoam/ras/DTCHull: Updated to use the rigidBodyDynamics solver
2016-04-19 10:35:09 +01:00
d0b5bef948
tutorials/multiphase/interDyMFoam/ras/floatingObject: Updated to use rigidBodyDynamics
2016-04-18 15:41:10 +01:00
77b03e2e0c
Specialized dotInterpolate for the efficient calculation of flux fields
...
e.g. (fvc::interpolate(HbyA) & mesh.Sf()) -> fvc::flux(HbyA)
This removes the need to create an intermediate face-vector field when
computing fluxes which is more efficient, reduces the peak storage and
improved cache coherency in addition to providing a simpler and cleaner
API.
2016-04-06 20:20:53 +01:00
ed2cff905c
tutorials/incompressible/porousSimpleFoam/straightDuctImplicit/Allrun.pre: Updated for latest version of collapseEdges
2016-03-06 21:34:31 +00:00
4bc77e6aff
Sprucing up the tutorials folder and adding -dict to "collapseEdges"
...
Patch provided by Bruno Santos
Resolves patch application request http://www.openfoam.org/mantisbt/view.php?id=2015
2016-03-06 19:06:44 +00:00
acac7d786b
tutorials: Added missing 'value' entry for 'calculatedFvPatchField's
2016-02-24 16:21:50 +00:00
271935c1bf
calculatedFvPatchField: 'value' entry is now required to avoid problems with non-initialization
2016-02-24 16:01:40 +00:00
5a74397fe4
refineMesh: Added customizable direction fields to multiDirRefinement
...
Contribution provided by Bruno Santos
Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=2004
2016-02-22 17:06:18 +00:00
248af9e43a
Fixing set up for verticalChannelLTS
2016-06-27 11:33:32 -07:00
08be9fcb5d
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2016-06-22 09:19:36 -07:00
36ad131dc9
ENH: Correcting T.particles outlet BC for fluidsedBed
2016-06-22 09:18:58 -07:00
2ca4082852
ENH: snappyHexMesh: add profiling of snappyHexMesh
2016-06-22 16:12:18 +01:00
a8b0552338
Merge branch 'feature-profiling' into 'develop'
...
high-level profiling/timing functionality
See merge request !47
2016-06-22 14:46:50 +01:00
bcb17b23b1
ENH: createPatch: removed createPatch after snappyHexMesh to remove zero-sized patches
...
This is now handled inside snappyHexMesh with the keepPatches setting.
2016-06-22 11:21:00 +01:00
606b952246
ENH: wallBoiling: underrelax mass transfer, solve intermediates tighter
...
Fixes wallBoiling mentioned in #141
2016-06-22 10:20:42 +01:00
facb1457f2
ENH: snappyHexMesh: move locationInMesh away from rotor.
...
snappyHexMesh filters out zero-sized patches so no more createPatches.
Fixes part of #152
2016-06-22 10:04:48 +01:00
cbc4e0d96f
ENH: add maxMem information to profiling
...
- value corresponds to the max memory when the corresponding profiling
is started.
Only used when the top-level profiling has memInfo active.
- memInfo is disabled by default, since the new maxMem functionality
otherwise adds overhead with every call.
tutorial:
/lagrangian/reactingParcelFoam/verticalChannelLTS
2016-06-20 21:21:43 +02:00
b6ad46e139
GIT: Resolved conflict
2016-06-17 14:20:45 +01:00
f029bda6d2
Merge branch 'feature-conservativeACMI' into 'develop'
...
BUG: cyclicACMI: make conservative and remove faceAreas0
Need to review cyclicACMI patch non-overlap values
- values here preserve initial values only
- snGrad - used?
- wall functions - no longer call updateCoeffs with ACMI weights (?)
See merge request !46
2016-06-15 16:16:43 +01:00
6905a80c15
Reordering interDyFoam cases for RAS and laminar
2016-06-14 15:09:59 -07:00
acc0e56c78
ENh: Updating windshieldDefrost case set up
2016-06-14 15:01:56 -07:00
4aafaf9bb8
BUG: surfaceBooleanFeatures: uses triSurfaceMesh so does not need path
...
Fixes the simpleShapes failure in #141
2016-06-13 13:14:48 +01:00
d571e6cfcc
BUG: externalSolarLoad: boundaryRadiationProperties : uniform emissivity etc.
2016-06-13 13:12:20 +01:00
7572c99c79
GIT: Resolve conflict
2016-06-10 16:05:48 +01:00
4ba2b7bec7
Improved mesh motion in pyrolyis region. Fixed energy Eq in pyrolysis model
...
and adding tutorial
2016-06-09 15:38:13 +01:00
ac6f01ed7a
Merge branch 'feature-MPPICInterFoam' into 'develop'
...
Feature mppic inter foam
New MPPICInterFoam solver. Add MPPIC cloud to a VOF approach. Particles volume are considered into transport Eq fluxes.
Solves for 2 incompressible, isothermal immiscible fluids using a VOF
(volume of fluid) phase-fraction based interface capturing approach.
The momentum and other fluid properties are of the "mixture" and a single
momentum equation is solved.
Solver:
/applications/solvers/multiphase/MPPICInterFoam
Tutorial:
/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka
See merge request !41
2016-06-08 14:04:49 +01:00
f9e10f1a95
Merge branch 'feature-interCondensatingEvaporatingFoam' into 'develop'
...
ENH: Adding interCondensingEvaporatingFoam and tutorial
Solver for 2 incompressible, isothermal immiscible fluids using a VOF
(volume of fluid) phase-fraction based interface capturing approach.
The momentum and other fluid properties are of the "mixture" and a single
momentum equation is solved.
Solver:
/applications/solvers/multiphase/interCondensingEvaporatingFoam
Tutorial:
/tutorials/multiphase/interCondensingEvaporatingFoam/condensatingVessel
See merge request !43
2016-06-08 14:00:39 +01:00
b6c45cd08e
Merge branch 'feature-boundaryRadiationProperties' into 'develop'
...
Feature boundary radiation properties
Change of the frame work for the specification of radiation properties
See merge request !42
2016-06-08 13:58:14 +01:00
86bdabccb5
GIT: Resolved conflict
2016-06-08 13:57:05 +01:00
3eb6cb89e7
Adding comment on limitations on using cachedDiv option in FvDom and
...
changing tutorial settings to cachedDiv = false
2016-06-08 12:06:28 +01:00
b6472f3f7c
BUG: cavity: fixes the running of the cavity case #141
2016-06-07 12:44:34 +01:00
c4b5880f9c
BUG: cyclicACMI: make conservative. Remove faceAreas0
2016-06-06 14:30:00 +01:00
af648d7c89
Changing header in tutorial files and updating pEq.H
2016-06-03 09:31:56 -07:00
e1f2329222
STY: Updating function in pEq, ErrorInFunction and tutorial web site name
2016-06-03 09:16:34 -07:00
4b807b580c
ENH: Global file handling - update initial Solver control
2016-06-03 17:10:37 +05:30
ec5a0e75b4
ENH: Update tutorial for features directionalPressureGradient, Global file handling
2016-06-03 16:38:34 +05:30
6a49568b8d
ENh: Adding reactionSensitivityAnalysis FO and adding it to utorials/combustion/chemFoam/gri/ test case
2016-06-02 10:31:31 -07:00
ab2f17e6fb
Changed tutorial location
2016-06-02 10:27:25 -07:00
45264f1b2d
Deleting files from tutorial
2016-06-01 11:45:17 -07:00
6c92bfdf5a
Deleting files from tutorial
2016-06-01 11:37:40 -07:00
00d4761aa8
MPPICInterFoam and tutorial
2016-06-01 11:08:06 -07:00
d141b3c9b5
ENH: Adding interCondensingEvaporatingFoam and tutorial
2016-05-31 14:41:47 -07:00
c9e872b3bc
ENH: Changing boundaryRadiationProperties to read an scalar when a lookup mode is used for boudanry radiation properties.
...
Tutorials updated accordingly
2016-05-31 08:42:07 -07:00
62144e4dd7
Revert "Change boundaryRadiationProperties and boundaryRadiationPropertiesPatch to mesh object and changing tutorials accordingly"
...
This reverts commit 662f9242e9 .
Note: functionality moved to feature-boundaryRadiationProperties branch
2016-05-05 12:21:23 +01:00
b7ee80c926
GIT: Resolve conflict when applying Sergio's updates to new local branch
2016-04-29 15:51:08 -07:00
662f9242e9
Change boundaryRadiationProperties and boundaryRadiationPropertiesPatch to mesh object and changing tutorials accordingly
2016-04-29 15:51:08 -07:00
4228873d7f
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus
2016-04-27 12:17:26 -07:00
fd27dafcc6
ENH: Adding option for closing or opening wall/cyclic double baffle in activePressureForceBaffleVelocityFvPatchVectorField
2016-04-27 12:15:31 -07:00
f0b404748d
ENH: Further tutorial update
2016-04-27 09:41:27 +01:00
d1e4b6dbec
ENH: More tuorial updates
2016-04-26 16:57:35 +01:00