Henry
944b8d438b
Reformat "template <..." to template<"
...
Add support for constructing VectorSpaces from forms with lower component type,
e.g. Vector<scalar> from Vector<label>
2013-02-21 15:07:09 +00:00
andy
951c8436aa
ENH: Applying Gijs' patch: Update header documentation for utilities
2013-02-21 10:54:34 +00:00
mattijs
d1d6c3bd12
ENH: foamToEnsight: work with more >1000 times
2013-02-19 10:39:23 +00:00
andy
4bb11a2882
ENH: Removed fieldview reader/converter
2013-02-11 09:33:20 +00:00
andy
7c8522082e
STYLE: Code formatting
2013-02-07 16:44:07 +00:00
andy
c7d6a731d1
ENH: Added new noise utility to generate FFT metrics from pressure data
2013-01-28 16:55:07 +00:00
mattijs
e7b5594f1d
COMP: ParaFoam: moved include directory setting to paraview.*sh
2013-01-03 16:13:53 +00:00
mattijs
100a25ee25
STYLE: defineDebug: move into Foam namespace
2012-12-17 17:35:42 +00:00
mattijs
e8ff31f9e8
ENH: Time: use constant(), time() instead of hardcoded strings
2012-12-06 08:24:54 +00:00
mattijs
9ccd5809b8
BUG: sampleDict: missing type
2012-12-05 15:21:00 +00:00
mattijs
db50024d44
ENH: probeLocations: force use of 'word' IOoutputFilter constructor
2012-12-05 15:17:10 +00:00
andy
aa5a119be6
ENH: Updated turbulence code/utilities affected by updates to turbulence model behaviour
2012-11-27 17:11:56 +00:00
mattijs
e65512be4e
COMP: sampling: moved sampledSet writing to fileFormats
2012-11-16 13:13:39 +00:00
mattijs
eeac186f9f
BUG: paraFoam: pointFields not on faceZones
2012-11-14 11:24:21 +00:00
mattijs
13fab4f892
ENH: sampleDict: improved comment
2012-11-01 12:51:32 +00:00
mattijs
297c6c721d
COMP: wallHeatFlux: removed extraneous libraries
2012-10-04 15:03:41 +01:00
andy
cb29fc7c1c
ENH: restructured pv reader interface
2012-09-27 15:09:32 +01:00
mattijs
f145cc8fa4
BUG: paraFoam: keeping patchGroups thus doubling geometry
2012-09-25 09:50:37 +01:00
mattijs
07ddd52d6a
ENH: patchGroups: disable patch display
2012-09-24 17:09:53 +01:00
mattijs
c1ef233e5d
ENH: pointMesh: use MeshObject form
2012-08-31 12:57:17 +01:00
mattijs
db71ef6e34
ENH: solidWallHeatFlux: incorporated into wallHeatFlux
2012-08-28 10:31:09 +01:00
Henry
830c0ef382
Thermodynamyics: rename basicThermo -> fluidThermo and veryBasicThermo -> basicThermo
2012-08-23 14:13:13 +01:00
Henry
8f4b56b3c3
Thermodynamics: Rationalised the base classes for fluid and solid thermo.
...
New base class for fluid and solid thermo: veryBasicThermo
Base class for fluid thermo: basicThermo (derived from veryBasicThermo)
Base class for solid thermo: solidThermo (derived from veryBasicThermo)
Note in next commit basicThermo -> fluidThermo, veryBasicThermo -> basicThermo
2012-08-23 11:39:02 +01:00
mattijs
97d133bcf4
ENH: wallHeatFlux: generalise for solids
2012-08-20 10:19:14 +01:00
mattijs
de638685be
BUG: foamToEnsight: detect moving/changing meshes
2012-08-01 15:55:41 +01:00
mattijs
15188397e8
BUG: createFields: non-const ref to T
2012-07-05 12:26:51 +01:00
sergio
743dec3f73
BUG: Fixing soliWallHeatFlux working with the new solid thermo and
...
fixing directionalSolidThermo in temperatureCoupledBase.C as mean value
of the vector for heat conductivity
2012-07-03 14:41:38 +01:00
Henry
d21b61a883
Updated headers
2012-07-03 14:00:21 +01:00
Henry
ef2bc10d11
nutWallFunctions: Generalised for RAS and LES
...
nuSgsUSpaldingWallFunction removed, now use nutUSpaldingWallFunction
2012-07-03 10:34:20 +01:00
Henry
b702a7178b
PV3Readers: Added -I path to OSspecific
2012-06-25 12:32:28 +01:00
andy
9075f54d69
BUG: Corrected output of yPlusRAS/LES for parallel running - mantis #556
2012-06-18 10:58:48 +01:00
andy
84b8538c4b
BUG: Corrected use og endl in vtkPV3FFoam
2012-06-11 16:07:56 +01:00
Henry
10332e4fff
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/thermophysicalModels/basic/Make/files
src/thermophysicalModels/basic/basicThermo/basicThermo.C
src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C
src/thermophysicalModels/basic/psiThermo/hsPsiThermo/hsPsiThermo.C
src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C
src/thermophysicalModels/basic/rhoThermo/hsRhoThermo/hsRhoThermo.C
src/thermophysicalModels/thermalPorousZone/thermalModel/fixedTemperature/fixedTemperature.C
2012-05-30 15:32:20 +01:00
Henry
63da3e9afc
Thermodynamics: Rationalization
...
At the specie level:
hs = sensible enthalpy
ha = absolute (what was total) enthalpy
es = sensibly internal energy
ea = absolute (what was total) internal energy
At top-level
Rename total enthalpy h -> ha
Rename sensible enthalpy hs -> h
Combined h, hs, e and es thermo packages into a single structure.
Thermo packages now provide "he" function which may return either enthalpy or
internal energy, sensible or absolute according to the run-time selected form
alphaEff now returns the effective diffusivity for the particular energy which
the thermodynamics package is selected to solve for.
2012-05-30 15:19:38 +01:00
mattijs
30f6574cee
ENH: vtkTopo.C: paraview3.12 handle wedge correctly
2012-05-16 14:15:10 +01:00
sergio
fa4fd968a8
ENH: Renaming K to kappa and kappa to kappaRad in solid thermo and
...
updating tutorials
2012-05-08 11:02:39 +01:00
mattijs
5d850068ba
ENH: temporalInterpolate: run-time selectable interpolation
2012-04-17 18:03:13 +01:00
mattijs
9e017c724d
STYLE: sampleDict: improved comment
2012-03-28 18:09:42 +01:00
mattijs
3159127b88
STYLE: writeCellCentres: comment out unused code
2012-03-20 17:28:05 +00:00
andy
06e2a6b791
STYLE: added further explanation to Q utility header
2012-03-09 14:56:54 +00:00
mattijs
0b17de6901
ENH: sampleDist: added option
2012-02-29 11:47:36 +00:00
mattijs
57bdbe7e54
ENH: particleTracks: user defined set format
2012-02-15 10:11:44 +00:00
mattijs
2890f30897
ENH: solidWallHeatFlux: new postprocessing application for solids
2012-01-25 18:06:28 +00:00
mattijs
1c3ce0518d
ENH: basicThermo: have runtime selection table
2012-01-25 17:45:18 +00:00
mattijs
40f4146ce2
ENH: patchAverage,patchIntegrate: generalise
2012-01-25 15:32:30 +00:00
andy
24084582b4
ENH: Adding updates to Ensight converter (Mark Olesen)
2012-01-20 13:04:44 +00:00
andy
f355d6b280
ENH: Updated R utility: added compatibility BCs and converted to use postCalc
2012-01-04 12:16:06 +00:00
mattijs
f4eeef024e
STYLE: duplicate ;;
2011-12-23 15:36:43 +00:00
andy
ddfd2bfb38
ENH: Updated wallShearStress utility to include compressible RAS flows
2011-12-22 12:27:03 +00:00
andy
2d7e76951e
ENH: Provide message if ParaView is not installed instead of swallowing the error
2011-12-22 12:26:33 +00:00
mattijs
657e68ed78
ENH: ensightWriter: added ensight format to sampledSets
2011-12-15 10:16:59 +00:00
mattijs
7ad19bfba7
ENH: GeometricField: support patch groups
2011-12-06 17:10:01 +00:00
andy
e66d9cf940
ENH: Converted volField->pointField to ParaFoam reader option instead of hard-coded
2011-12-01 16:34:36 +00:00
mattijs
51b6dcd4a3
COMP: 64bit label changes
2011-11-28 12:56:34 +00:00
mattijs
03baed76ec
ENH: foamToTetDualMesh: move to FOAM_APPBIN
2011-11-08 17:37:49 +00:00
andy
627991bfc4
ENH: deprecated dieselSpray library and related solvers/deps
2011-11-08 16:18:59 +00:00
mattijs
ca358fdc1c
ENH: sampling: add offsetMode to patchInternalField sampleSurface
2011-09-28 11:33:05 +01:00
mattijs
41133ed370
ENH: isoSurfaceCell: orientation of triangles
2011-09-22 21:53:28 +01:00
mattijs
9f8fb69105
ENH: streamFunction: added -region option
2011-09-15 16:45:08 +01:00
mattijs
b104525720
ENH: execFlowFunctionObjects: added -region option. Added -noFlow option.
2011-09-15 16:04:25 +01:00
mattijs
89c502af13
ENH: sampledCuttingPlane: user specifiable merge tolerance
2011-09-13 10:54:58 +01:00
andy
4f40cdb7d7
GIT: Resolve conflict
2011-08-16 16:09:56 +01:00
Henry
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
mattijs
172ff9edeb
ENH: foamToVTK: disable field reading with empty -fields ().
2011-07-28 22:30:12 +01:00
mattijs
9ff346bb11
Merge branch 'cvm'
2011-07-21 13:06:10 +01:00
mattijs
d205a84e8d
Merge branch 'master' into cvm
...
Conflicts:
src/meshTools/searchableSurface/closedTriSurfaceMesh.C
src/meshTools/searchableSurface/closedTriSurfaceMesh.H
2011-07-20 18:18:22 +01:00
mattijs
74e71fe1d7
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-07-19 22:09:26 +01:00
mattijs
68973728a1
ENH: conformalVoronoiMesh: renamed writeTetMesh to writeTetDualMesh
2011-07-19 17:30:25 +01:00
Henry
1e2832fd7d
Corrected class names in the file descriptions
2011-07-19 17:26:55 +01:00
mattijs
ea15911286
ENH: foamToTetDualMesh: map data onto tetDualMesh mesh
2011-07-14 22:19:26 +01:00
mattijs
e47ac108ee
ENH: patchCloud: return pTraits<Type>::max for unfound points
2011-07-14 22:10:14 +01:00
mattijs
71fa63273e
ENH: patchCloudSet: new sampledSet for nearest point on cloud
2011-07-13 16:41:13 +01:00
Henry
b66b36022e
temporalInterpolate: new utility to interpolate fields between time-steps
2011-06-30 13:56:09 +01:00
mattijs
d008d22cea
STYLE: writeCellCentres: date
2011-06-24 17:58:03 +01:00
mattijs
f68356679c
ENH: writeCellCentres: added region option
2011-06-24 17:55:59 +01:00
OpenFOAM-admin
c720299876
ENH: Reverted back to version dev
2011-06-17 10:08:20 +01:00
mattijs
4f47ff0219
STYLE: dictionaries: update version number
2011-06-10 17:22:56 +01:00
mattijs
a3739657e2
STYLE: sampleDict, interpolationTable usage: added comment about csv reading/writing
2011-04-27 14:38:39 +01:00
Henry
f70593a8ff
Renamed simpleSRFFoam -> SRFSimpleFoam and simpleWindFoam -> windSimpleFoam
2011-04-19 23:23:49 +01:00
mattijs
876aa9cdda
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C
2011-04-07 09:36:51 +01:00
mattijs
472bb82160
ENH: foamToFieldView: added region option.
2011-04-07 09:27:02 +01:00
Henry
1a0095489b
gcc-4.6.0 warnings: removed initialised but unused variables
2011-04-06 22:55:47 +01:00
mattijs
19332dc06e
STYLE: fixed headers.
2011-04-06 19:20:36 +01:00
mattijs
acd7554ae0
STYLE: dictionaries in $FOAM_UTILITIES: header
2011-04-06 19:15:15 +01:00
mattijs
b09a19e026
ENH: sampledPatch: patchSet instead of single patch
2011-04-05 20:54:18 +01:00
Mark Olesen
3c30eca1cc
STYLE: drop check for paraview versions
...
- we don't support paraview < 3.x anymore
2011-03-28 11:07:10 +02:00
mattijs
550b84739a
BUG: Mach.C: file check
2011-03-14 10:23:24 +00:00
mattijs
c2c9ab6f0b
ENH: foamToTecplot: do not build if tecio not present
2011-03-07 13:44:34 +00:00
mattijs
367deb1773
Revert "COMP: tecio : move out of thirdparty"
...
This reverts commit de564957bc
.
Conflicts:
applications/utilities/postProcessing/dataConversion/foamToTecplot360/tecio/examples/gridsolution/gridsolution.cpp
2011-03-07 12:51:26 +00:00
Mark Olesen
f182b725da
STYLE: use 'static const' instead of 'const static' for consistency
2011-03-01 15:21:30 +01:00
Mark Olesen
6590b211e9
COMP: remove regExp dependency from polyBoundaryMesh
2011-02-18 18:21:11 +01:00
graham
c9c445c5d5
STYLE: Remove tabs and .zip file.
2011-02-18 16:28:13 +00:00
mattijs
de564957bc
COMP: tecio : move out of thirdparty
2011-02-16 13:44:26 +00:00
andy
ddffdd5627
COMP: Added OSspecifc/WM_OSTYPE include to PV3 reader CmakeLists
2011-02-16 11:32:49 +00:00
Henry
c3cb632c24
Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs
2011-02-08 18:22:00 +00:00
andy
6c1e58605b
ENH: moved thermo/pdfs->lagrangian/distributionModels
2011-02-02 09:28:44 +00:00
Mark Olesen
faac56c1de
ENH: ensight binary surface output, formatOptions in sampleDict
...
- For example,
// optionally define extra controls for the output formats
formatOptions
{
ensight
{
format binary;
}
}
These are passed to the writer that support a dictionary of options.
Otherwise the normal null constructor is used.
2011-01-28 19:20:22 +01:00
mattijs
b9daa7b265
ENH: sampledTriSurfaceMesh : allow boundary-value sampling
2011-01-21 14:48:18 +00:00
Mark Olesen
e95e9700c8
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-17 10:21:58 +01:00
andy
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00