eafd5a3850
ENH: Updated Info, Warning and Error messages
2015-12-08 11:15:39 +00:00
3f55f752fc
GIT: Resolve conflict with upstream merge from Foundation
2015-12-07 17:07:20 +00:00
b8ffb82bb8
circleSet: Corrected point ordering
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1932
2015-12-01 09:45:58 +00:00
8317038ac9
Merge branch 'feature-sampledSurfaces' into 'develop'
...
Feature sampled surfaces
Bounds handling for sampledSurfaces only (so not for streamlines)
See merge request !13
2015-11-26 12:55:09 +00:00
cded6aafd6
STYLE: isoSurface: remove unusued code
2015-11-26 11:53:16 +00:00
cee6887d68
ENH: sampledSurfaces: added 'bounds' option
...
- bounds option (see $FOAM_UTILITIES/postProcessing/sampling/sample/sampleDict)
- fixes memory error http://www.openfoam.org/mantisbt/view.php?id=1487
- cleans up iso surface normal orientation
2015-11-26 10:41:34 +00:00
907c9390e3
BUG: sampledSet: restore moving flag
2015-11-25 17:17:29 +00:00
61dd625227
ENH: checkMesh: have -writeSets option
...
- checkMesh has option to write faceSets or (outside of) cellSets as
sampledSurface format. It automatically reconstructs the set on the master
and writes it to the postProcessing folder (as any sampledSurface). E.g.
mpirun -np 6 checkMesh -allTopology -allGeometry -writeSets vtk -parallel
- fixed order writing of symmTensor in Ensight writers
2015-11-23 15:24:33 +00:00
916dcb8685
ENH: parallel: overhaul of parallel mapping
...
- redistributePar to have almost (complete) functionality of decomposePar+reconstructPar
- low-level distributed Field mapping
- support for mapping surfaceFields (including flipping faces)
- support for decomposing/reconstructing refinement data
2015-11-17 15:05:05 +00:00
11c3654a26
ENH: Updates to set and surface writers
...
- New boundaryData surface writer
- Moved templated code into separate files
- Output filenames written to functionObjectState dictionary
- Ensight surface writer now supports a 'collate times' option [mattijs]
- Nastran surface writer updated based on user feedback
2015-11-11 12:50:16 +00:00
0c75963de1
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-dev-OpenCFD into develop
2015-11-26 10:44:01 +00:00
98a8e54a5f
Merge branch 'feature-functionObjects' into 'develop'
...
Feature function objects
Lots of code migrated from internal development line, code tidying and a few fixes
Updated objects
- corrected Peclet number for compressible cases
- propagated log flag and resultName across objects
New function objects
- new fluxSummary:
- calculates positive, negative, absolute and net flux across face
zones
- new runTimeControl
- abort the calculation when a user-defined metric is achieved.
Available options include:
- average value remains unchanged wrt a given threshold
- equation initial residual exceeds a threshold - useful to abort
diverging cases
- equation max iterations exceeds a threshold - useful to abort
diverging cases
- min/max of a function object value
- min time step exceeds a threshold - useful to abort diverging
cases
- new valueAverage:
- average singular values from other function objects, e.g. Cd, Cl and
Cm from the forceCoeffs function object
See merge request !12
2015-11-25 19:46:41 +00:00
2688080701
ENH: patchProbes: allow wildcards for patches
...
Also write out snapped location.
2015-11-25 14:41:37 +00:00
3cab2b6027
GIT: Resolve conflict on merge from upstream
2015-11-25 07:58:29 +00:00
de42f4f5d2
ENH: boundaryDataSurfaceWriter - updated header documentation
2015-11-25 07:57:05 +00:00
c4d5f65a10
Completed update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-11 09:03:39 +00:00
42fb1b9e8e
Updated notImplemented -> NotImplemented
...
The new NotImplemented macro uses __PRETTY_FUNCTION__ for GNU compatible
compilers otherwise __func__ to provide the function name string.
2015-11-01 10:26:37 +00:00
72300041df
Removed use of the deprecated "register" keyword
...
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4340.html
2015-06-30 10:26:44 +01:00
d9b186e9d1
Update header
2015-06-25 22:04:28 +01:00
c981db68c7
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 22:04:00 +01:00
22eec28121
meshToMeshTemplates: Fix bug in mapTgtToSrc
2015-06-23 10:55:17 +01:00
7366e04ac4
calculateMeshToMesh0Addressing: Change decomposition method to CELL_TETS
...
Resolves additional request in http://www.openfoam.org/mantisbt/view.php?id=1544
2015-06-11 15:29:34 +01:00
cfe1163dc8
mapFields: Reinstated mapFields from OpenFOAM-2.2.x and renamed the current mapFields -> mapFieldsPar
...
This required the addition of the meshToMesh class in the sampling
library from OpenFOAM-2.2.x which is now named meshToMesh0.
2015-05-26 11:32:46 +01:00
3ebeea2be5
Update header
2015-05-05 15:46:52 +01:00
cdb4de7e55
Correct comment
2015-05-05 15:46:38 +01:00
52f22486c4
probes: Improved formatting of header to make it easier to parse and read probe locations
...
New layout:
# Probe 0 (0.0254 0.0253 0)
# Probe 1 (0.0508 0.0253 0)
# Probe 2 (0.0762 0.0253 0)
# Probe 0 1 2
# Time
1e-05 142974 128861 115934
2e-05 -69444.1 -62541 -56395.7
3e-05 -1546.81 -1445.94 -1154.79
2015-05-05 12:26:28 +01:00
6e87320af7
sampledSets, sampledSurfaces: Provide warning message if field cannot be found
...
Generate fatal error if iso-surface field cannot be found
2015-05-03 16:52:37 +01:00
8cd3023439
Rationalize position searching and add cell->tet decomposition as the default cell-search algorithm
...
Resolves issues with probes and findRefCell for meshes in which all cell face-pyramids are positive.
2015-02-25 10:57:06 +00:00
8628ef2fea
Corrected capitalization of Doxygen documentation comments
2015-02-14 13:10:15 +00:00
f913a7ecd6
mapFields: Corrected handling of fixed value BCs
...
Fix provided by Mattijs Janssens
2015-02-13 12:41:10 +00:00
9952d06d16
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.
2015-02-05 12:09:34 +00:00
1be29879c7
isoSurfaceCellTemplates: Skip undefined tets
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1506
2015-02-04 23:06:31 +00:00
47a820e3b9
Remove duplicate include
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1507
2015-02-02 09:45:25 +00:00
f4596ad247
Resolve issues relating to compilation with clang-3.5.0
2014-12-15 22:38:10 +00:00
9fb26d59d3
GIT: Repo update
2014-12-11 08:35:10 +00:00
7816177cba
BUG: mapNearest: candidate selection
2014-10-31 16:41:00 +00:00
b7ebc021c8
BUG: sampledSet: track on static mesh
2014-09-16 13:07:38 +01:00
a50cca5fb4
ENH: uniformSet: constructing cloud on all processors
2014-09-16 09:56:14 +01:00
d4c966de31
ENH: mapFields: expose AMI mapping methods
2014-09-03 11:54:30 +01:00
aaf1395c18
ENH: Ensight: updated support for generic tensor
2014-08-28 15:32:38 +01:00
a5f26561ff
BUG: uniformSet: construct cloud on all processors
2014-08-22 15:28:39 +01:00
61c85c977a
BUG: Fixing adress list size
2014-06-19 09:24:53 +01:00
27cc083cff
ENH: mapFields - updated handling of boundary fields
2014-03-31 16:50:10 +01:00
25d874034b
ENH: Updated ACMI to allow fully disconnected regions
2014-03-20 11:02:51 +00:00
669b8fff88
ENH: meshToMesh - updated mapping of boundary field when constructed from tmp
2014-02-17 16:52:17 +00:00
382785faaa
ENH: meshToMesh - preserve boundary types whilst mapping
2014-02-03 12:34:28 +00:00
17194ab9b0
BUG: meshToMesh - updated construction of AMIs
2014-01-15 19:57:04 +00:00
304ae8af3e
ENH: AMI - added support/robustness for case where sum of weights falls below threshold
2014-01-14 17:40:16 +00:00
e5a5b89509
ENH: mapFields - deprecated old utility in favour of mapFieldsNew and renamed
2014-01-14 10:41:50 +00:00
52a035b225
STYLE: Minor code formatting
2014-01-09 16:25:53 +00:00