Commit graph

65 commits

Author SHA1 Message Date
Henry Weller
ee9849afbf fluent3DMeshToFoam: Updated to handle ',' and '|' characters in headers
Patch provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1826
2015-08-24 17:49:02 +01:00
Henry Weller
a0fd606186 utilities/postProcessing/noise: Corrected documentation
Patches provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1832
2015-08-19 11:41:26 +01:00
Henry Weller
bf23ff4ddd paraFoam: add support for system/blockMeshDict with the -block option 2015-08-06 10:10:20 +01:00
Henry Weller
13440e9d17 blockMesh: Correct handling of the -case option
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1773
2015-07-04 23:37:11 +01:00
Henry Weller
5cf70d30ef sampledPlane: Correct handling of coordinate system specification
Patches provided by Timm Severin
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1764
2015-06-25 21:59:13 +01:00
Henry Weller
47f1862e4c Removed support for the legacy SiCortex64 architecture 2015-06-23 11:18:36 +01:00
Henry Weller
fc9f73afc3 createTurbulenceFields: Construct fields and turbulence model for every time step processed
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1749
2015-06-16 12:53:20 +01:00
Henry
5eb755819f viewFactorsGen: Correct container resizing
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1712
2015-05-28 16:22:45 +01:00
Henry
f0842aea0e Updated version to 2.4.0 2015-05-20 22:38:10 +01:00
Henry
f83c6e4617 extrudeMesh: Add wedge patches after edge collapse 2015-05-18 11:48:43 +01:00
Henry
a6f6d8b7d3 foamListTimes: Added '-rm' option to remove the selected time directories
If -rm is specified with the -processor option the selected time
directories are removed from all the processor directories.
2015-05-08 22:43:04 +01:00
Henry
06b52e581b blockMesh: Change default location of blockMeshDict from constant/polyMesh to system
For multi-region cases the default location of blockMeshDict is now system/<region name>

If the blockMeshDict is not found in system then the constant directory
is also checked providing backward-compatibility
2015-05-05 10:36:36 +01:00
Henry
608cb3ad2c extrudeMesh: Add sector extrusion type and specialize wedge and plane
to create single layer extrusions with wedge and empty front and back
patches respectively.
2015-05-04 21:20:05 +01:00
Henry
b3ab4b505f refineMesh: Improved command-line argument handling to be more consistent with other OpenFOAM utilities
Command-line option handling:
    + If -all specified or no refineMeshDict exists or, refine all cells
    + If -dict <file> specified refine according to <file>
    + If refineMeshDict exists refine according to refineMeshDict

    When the refinement or all cells is selected apply 3D refinement for 3D
    cases and 2D refinement for 2D cases.
2015-05-04 16:41:23 +01:00
Henry
42e42a1466 viewFactorsGen: Handle baffles
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1680
2015-04-30 22:22:37 +01:00
Henry
2ec966d840 createExternalCoupledPatchGeometry: Correct dependency on turbulence model library 2015-04-26 09:00:40 +01:00
Henry
3c24c64edb Pe: Correct turbulence model includes 2015-04-25 16:34:44 +01:00
Henry
6cc8fc128f Pe: Create and write volScalarField in addition to the surfaceScalarField for ease of post-processing 2015-04-25 16:31:54 +01:00
Henry
3f249821ce foamListTimes: Change the default behavior to not include 0 in the list
To include 0 use the -withZero option
2015-04-25 15:15:40 +01:00
Henry
f130edc9ac timeSelector: Change select0 to return 'constant' if no times are specified or available
This allows checkMesh and other mesh manipulation utilities to operate
on the mesh without any time directories being present.

Also renamed option zeroTime -> withZero for consistency with the noZero option
2015-04-25 15:14:31 +01:00
Henry
2edb12fa80 foamyHexMesh/Make/options: Added ${CGAL_LIBS} 2015-04-21 16:29:23 +01:00
Henry
8e6264ed2d reconstructParMesh: Correct handling of time and constant command-line options
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1641
2015-04-18 11:34:52 +01:00
Henry
7445bfe634 reconstructParMesh: Enable -constant and -zeroTime options 2015-04-12 17:50:49 +01:00
Henry
5d4398371e viewFactorsGen: Add support for 2D slab geometries
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1649
2015-04-11 11:41:41 +01:00
Henry
d7d91261a9 refineMesh: Correct and simplify check for 2D mesh
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1112
2015-03-29 21:51:51 +01:00
Henry
a79b45c611 vtkPV?FoamMeshVolume: Corrected conversion of tetWedge to VTK_WEDGE
Thanks to Bruno Santos for analysing and fixing this
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1633
2015-03-29 20:14:38 +01:00
Henry
719bf1b4e7 ddtScheme::fvcDdtPhiCoeff: Zero ddtCorr on AMIs
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1421
2015-03-24 15:16:22 +00:00
Henry
8d28dc8ad4 surfaceCheck: Make -blockMesh output easier to parse
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1534
2015-02-16 22:07:07 +00:00
Henry
6dc299f6f8 refineWallLayer: Rationalize and add support for operating on a list of patch name regular expressions
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=1525
2015-02-14 22:53:57 +00:00
Henry
7404b42a76 mapFields: Minimum hack provided by Mattijs to get mapFields working again
This version is very inefficient in parallel and does not provide the
-parallelSource or -parallelTarget options which will need to be
reinstanted in the future or we could revert mapFields to the
OpenFOAM-2.2 version.

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1495
2015-02-05 12:18:17 +00:00
Henry
dae8d83823 transform: Handle codirectional and contradirectional transformation vectors
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=416
2015-02-01 16:31:44 +00:00
Henry
9ae53dec4a viewFactorsGen/shootRays: Allow the specification of maxDynListLength in viewFactorsDict
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1501
2015-01-27 10:45:03 +00:00
Henry
0c57b123fb Removed spurious file
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1374
2015-01-01 16:25:44 +00:00
Henry
e8bd759b7a execFlowFunctionObjects: Reconstruct functionObjects if the mesh changes
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1452
2014-12-18 17:01:33 +00:00
mattijs
4b4284ae96 ENH: snappyHexMeshDict: added note 2014-09-30 17:14:16 +01:00
mattijs
70caaaa0e6 BUG: surfaceCheck: face based data 2014-09-26 17:39:37 +01:00
william
7b27df3002 Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-09-08 12:35:16 +01:00
william
239aacdd17 BUG: mantis #1389: foamyHexMesh: point insertion was not correctly setting the vertex count 2014-09-08 12:33:32 +01:00
mattijs
9bed9f56af ENH: sampleDict: missing entry 2014-09-03 16:04:38 +01:00
mattijs
c5d310b1b9 ENH: mapFields: expose AMI mapping methods 2014-09-03 11:54:30 +01:00
mattijs
3ad9f0cb62 ENH: patchSummary: support point fields 2014-08-13 17:16:21 +01:00
mattijs
f7fee26a16 ENH: refineHexMesh: add -region option 2014-08-06 17:00:25 +01:00
mattijs
8870892855 BUG: extrudeToRegionMesh: memory leak 2014-07-24 17:29:07 +01:00
mattijs
436464a47c BUG: createPatch: cleanup 2014-07-23 20:30:22 +01:00
mattijs
67f03e3fb3 STYLE: faceZoneSelection: corrected comment 2014-07-11 10:59:08 +01:00
andy
f39a8ffdb5 ENH: extrudeMesh - migrating new functionlity from internal development line 2014-07-02 16:09:46 +01:00
mattijs
420997e125 BUG: splitMeshRegions: #1282 2014-06-09 12:51:01 +01:00
mattijs
ef32eebe1a Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x 2014-06-09 11:14:19 +01:00
mattijs
f355917484 STYLE: surfaceCheck: use boundBox non-reduce constructor 2014-06-09 11:12:14 +01:00
andy
33b0d17999 ENH: mesh motion updates 2014-06-03 14:42:39 +01:00