ccfb6e32a6
Corrected headers.
2010-06-23 16:54:54 +01:00
17d36e9353
multiphaseInterFoam: changed alphaContactAngleFvPatchScalarField to multiphaseAlphaContactAngleFvPatchScalarField
...
to avoid name clashed with the version of alphaContactAngleFvPatchScalarField in the interfaceProperties library.
2010-06-10 12:53:54 +01:00
28b1a9e2c6
Merge branch 'olesenm'
2010-06-03 10:25:03 +01:00
f1ee573aa0
Merge branch 'inotify'
...
Conflicts:
TODO
2010-06-02 10:10:52 +01:00
c51a2b0f63
ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction
2010-06-02 09:48:07 +01:00
361b153343
Final iteration information now available in mesh::data (used to be mesh::fvData)
...
Relaxation and solution parameters for the final iteration in PIMPLE loops are
now selected according to the value of the "finalIteration" entry in the
mesh::data dictionary.
rhoPimpleFoam significantly updates and now replaces rhoPisoFoam.
2010-05-25 18:45:25 +01:00
026598df43
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-05-19 22:49:00 +01:00
bcfa40c405
interMixingFoam: corrected the slicing of allLambda for parallel running.
2010-05-19 22:48:54 +01:00
e3a0ed2585
ENH: Switchable ability to check and ignore out of bounds positions
...
from ManualInjection.
Doubles time taken to inject when used, as cells being found twice.
2010-05-19 12:36:01 +01:00
f9f988d82f
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
2010-05-31 11:50:56 +02:00
ff30e6b61a
STYLE: can use bool instead of Switch version of dictionary::lookupOrDefault
...
- both versions handle the same input words.
Only need the <Switch> version when the destination variable is
also a Switch and we need to output the word later.
2010-05-20 14:17:18 +02:00
9525d57d71
STYLE: use readIfPresent instead of found/lookup combination
2010-05-20 08:52:45 +02:00
227631742d
ENH: add const-ness to pressureImplicitPorosity control
2010-05-20 08:42:07 +02:00
80b8071e75
ENH: add default control values to ease SIMPLE->PIMPLE transition
...
- add const-ness for control variables
- drop unused fluxGradp variable
- use lookupOrDefault instead of found/lookup combination
2010-05-20 08:24:55 +02:00
ccf61a7db8
Revert "STYLE: remove unneed '()' for simple return statements,"
...
This reverts commit c600ce545d .
2010-05-18 14:30:53 +01:00
33c0e1dacc
Merge remote branch 'OpenCFD/master' into olesenm
2010-05-18 09:44:33 +02:00
c600ce545d
STYLE: remove unneed '()' for simple return statements,
...
- fix 'forAll (' -> 'forAll(' format (again)
2010-05-17 13:08:11 +02:00
b56a533cf2
STYLE: chtMultiRegion*Foam: remove unused/hardly rhosCps.
2010-05-12 15:59:40 +01:00
7ad0be020e
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-05-10 11:44:49 +01:00
4b487cf5e0
pimpleDyMFoam: Moved turbulence correction inside the outer-loop.
2010-05-08 10:47:19 +01:00
53d3e1e328
ENH: chtMultiRegionSimpleFoam into chtMultiRegionFoam folder
2010-05-06 15:00:13 +01:00
af65028d19
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-05-06 14:45:56 +01:00
911f50cebe
XiFoam: Added relaxation statements to Su and Xi equations
...
This makes the solver more robust when the "Courant number" of the flame
propagation fluctuates.
2010-05-06 14:45:53 +01:00
c5b801c5dc
BUG: indexing symmTensor with tensor::XX component names.
2010-05-04 17:21:09 +01:00
0e9851b432
Merge remote branch 'OpenCFD/master' into olesenm
2010-05-03 09:34:31 +02:00
34e97be77d
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-04-30 11:18:31 +01:00
23b5edd02d
ENH: molecularDynamics now using new InteractionLists.
2010-04-29 20:14:54 +01:00
72f7d46f23
ENH: add operator[](const word&) as "find-by-name" to some classes
...
- affected: polyBoundary, fvBoundaryMesh, ZoneMesh, searchableSurfaces
before:
const label zoneI = mesh.cellZones().findZoneID(zoneName);
const cellZone& cz = mesh.cellZones()[zoneI];
after:
const cellZone& cz = mesh.cellZones()[zoneName];
2010-04-29 10:12:35 +02:00
845314b280
Merge remote branch 'OpenCFD/master' into olesenm
2010-04-28 14:49:39 +02:00
787f2260bb
ENH: Added debug printing of heat flux.
2010-04-28 11:16:15 +01:00
67072a0abd
Merge branch 'master' into particleInteractions
2010-04-27 11:31:36 +01:00
f117f4b843
ENH: magneticFoam. Adding option to control HdotGradH output.
2010-04-27 11:30:49 +01:00
147fa2a75d
STYLE: add notes to some (most) command-line options
...
- mapFields and splitMeshRegions need more clarification
2010-04-27 10:50:15 +02:00
7f1e8a0a24
Merge branch 'master' into particleInteractions
2010-04-26 18:06:24 +01:00
6e206f494a
ENH: magneticFoam. Adding HdotGradH field calculation.
...
Typo in magnet.H (relativPer... -> relativePer...).
2010-04-26 17:57:51 +01:00
dc26005e49
Merge branch 'master' into particleInteractions
...
Conflicts:
src/lagrangian/dieselSpray/spraySubModels/atomizationModel/atomizationModel/newAtomizationModel.C
src/lagrangian/dieselSpray/spraySubModels/dispersionModel/dispersionModel/newDispersionModel.C
src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcel.C
src/lagrangian/intermediate/parcels/Templates/KinematicParcel/KinematicParcelI.H
2010-04-26 16:45:54 +01:00
48feefd127
rhoCentralDyMFoam: Now a "sub-application" of rhoCentralFoam
...
This cleans-up the dependencies between these two applications.
2010-04-26 12:25:32 +01:00
9c32ce1016
STYLE: use forAll macro in more places, avoid LF-CR endings
2010-04-23 18:35:55 +02:00
a54c657391
Merge branch 'olesenm'
2010-04-23 14:40:48 +01:00
03338b9ea9
STYLE: partial revert for 5cfa97624e
2010-04-23 10:23:08 +02:00
474b810dc1
rhoCentralDyMFoam: Dynamic mesh version of rhoCentralFoam
2010-04-22 16:37:54 +01:00
1dcc0e0758
magneticFoam: Updated copyright.
2010-04-22 16:33:07 +01:00
b657f4a403
solvers: Reformatting and cleanup.
2010-04-22 16:26:43 +01:00
49b8f548c0
magneticFoam: New magnetic-field solver
...
Solver for the magnetic field generated by permanent magnets.
A Poisson's equation for the magnetic scalar potential psi is solved
from which the magnetic field intensity H and magnetic flux density B
are obtained.
2010-04-22 16:25:52 +01:00
4d2a297a67
BUG: syntax problems found by gcc-4.5.0
...
- "cpp -traditional-cpp" doesn't strip C++-style comments
Probably need a workaround with sed -e 's@^ *//@@' if we
wish to support C++-style comments in Make/{files,options}
- lduMatrixTests.C:121:1:
error: ‘Foam::lduMatrix::solverPerformance::solverPerformance’ names
the constructor, not the type
- edgeFaceCirculatorI.H:355:1:
error: ‘Foam::edgeFaceCirculator::edgeFaceCirculator’ names the
constructor, not the type
- patchPointEdgeCirculatorI.H:236:1:
error: ‘Foam::patchPointEdgeCirculator::patchPointEdgeCirculator’
names the constructor, not the type
- objToVTK.C:116:5:
error: ‘Foam::argList::argList’ names the constructor, not the type
same in surfaceClean.C, surfaceRefineRedGreen.C, surfaceSplitByPatch.C
- fireFoam/createFields.H:74:41:
error: type/value mismatch at argument 1 in template parameter list
for ‘template<class T> class Foam::autoPtr’
2010-04-22 09:00:31 +02:00
5cfa97624e
STYLE: more consistent New methods, use unregistered IOobject where appropriate
2010-04-20 17:13:35 +02:00
5f8f105965
Merge remote branch 'OpenCFD/master' into olesenm
2010-04-16 11:57:12 +02:00
21b283779c
STYLE: new time structure
2010-04-15 11:59:31 +01:00
5080bd3237
STYLE: convert to new time loop structure
2010-04-15 11:58:33 +01:00
6d71a38e66
ENH: Allow tensorial K
2010-04-15 11:34:47 +01:00