Commit Graph

510 Commits

Author SHA1 Message Date
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
andy
14d1300a36 Revert "STyLE: More 2011 copyright dates (non-code)."
This reverts commit 2e1e671d96.
2011-01-05 18:25:32 +00:00