Commit Graph

276 Commits

Author SHA1 Message Date
062d6d3d08 Updated header 2015-04-26 21:38:29 +01:00
ef3ba43cf4 cellSource: Writing the volume of the cellSource (sum(V)) for each time is now optional
Previous behavior which may be useful for moving-mesh cases can be
selected using the optional entry:
    writeVolume  yes;

The initial volume is written in the log and data file header e.g.:

 #   Source : all
 #   Cells  : 3829
 #   Volume : 9.943164e-01

Also added
    sumMag        | sum of component magnitudes
2015-04-26 21:35:25 +01:00
e393bbbaca Updated header 2015-04-26 21:35:09 +01:00
aa965f6612 faceSource: Changed option to write faceSource area to 'writeArea' 2015-04-26 21:34:27 +01:00
7bfa1dce7c Update headers 2015-04-26 16:37:43 +01:00
083d7059fc faceSource: Writing the total area of the faceSource (sum(magSf)) for each time is now optional
Previous behavior which may be useful for moving-mesh cases can be
selected using the optional entry:
    writeTotalArea  yes;

The initial total area is written in the log and data file header e.g.:

 #   Source : faceZone f0
 #   Faces  : 8
 #   Area   : 1.063860e-02
2015-04-26 16:32:19 +01:00
5dad962f44 fieldAverage: Correct handling of resetOnOutput
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1653
Thanks to Armin Wehrfritz for proposed fixes
2015-04-09 16:05:33 +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
1d4ce1f660 lagrangian: Improved handling of binary transfers
Now using memory offsets to calculate transfer block sizes rather than
sum of 'sizeof' to ensure word alignment is accounted for
2015-02-22 12:14:46 +00:00
8628ef2fea Corrected capitalization of Doxygen documentation comments 2015-02-14 13:10:15 +00:00
9fb26d59d3 GIT: Repo update 2014-12-11 08:35:10 +00:00
56ea04255b STYLE: nearWallFields: unused object 2014-09-16 09:55:37 +01:00
6a7f2f2969 fieldCoordinateSystemTransform: Remove N^2 loop over the field 2014-09-09 20:50:57 +01:00
5b215dce4c BUG: faceSource: #1364 2014-08-05 15:25:14 +01:00
5dd91c2a3d BUG: [cell|face]Source - updated CoV calculation 2014-07-10 12:07:38 +01:00
307ddb9a78 BUG: faceSource - corrections for oriented fields 2014-07-02 16:08:50 +01:00
bbc255f368 BUG: faceSource - incorrect treatment for cyclic - mantis #1092 #1181 2014-02-24 09:09:54 +00:00
fbb3ddf2c4 Updated for release 2.3.0 2014-02-17 10:21:46 +00:00
d648760ead Update headers 2014-01-30 13:02:02 +00:00
ee4e19ef85 Renamed folder -> directory for consistency with POSIX and the rest of OpenFOAM 2014-01-30 13:01:04 +00:00
bd6584def4 GIT: resolve conflict 2014-01-14 12:55:56 +00:00
74449da762 functionObjects/field/streamLine: Fixed errors in message output 2014-01-14 12:41:43 +00:00
6b210784dc STYLE: Minor code formatting 2014-01-14 10:49:09 +00:00
b3f78c4485 STYLE: Minor code formatting 2014-01-14 10:49:09 +00:00
7d7d210dd5 STYLE: Updated output message 2014-01-14 09:54:34 +00:00
b07bf72e29 ENH: function objects - move turbulenceFields into utilities 2014-01-03 10:56:14 +00:00
659249064f ENH: Function object updates 2014-01-03 10:37:08 +00:00
c35df0803b ENH: fieldAverage - updates for end() functionality 2014-01-02 18:21:27 +00:00
4dd1ce0869 BUG: faceSource: output on master only 2013-12-16 15:41:29 +00:00
56bfb3cb42 Update headers 2013-12-06 15:49:31 +00:00
3f5eda25f0 symmetryPlane: add symmetryPlane as a special type of symmetry condition applied to a single plane
The standard/previous general symmetry type is now named symmetry
    both in class and lookup name for consistency.  The rigorous
    symmetryPlane type is needed for moving-mesh cases in which the
    motion it constrained by one or two planes.
2013-12-06 15:45:11 +00:00
5126a6a49a ENH: Function object updates 2013-11-29 09:25:09 +00:00
1c4d93e637 BUG: Removed unused file 2013-11-28 16:55:32 +00:00
636215a0ea ENH: functionObjects - updated writing to file 2013-11-25 10:52:20 +00:00
578fb9f6bb STYLE: doxygen - prevent auto link to class for description 2013-11-21 11:02:37 +00:00
630a4b0b0d Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/postProcessing/functionObjects/field/Make/files
2013-11-12 10:00:53 +00:00
feacb90392 ENH: surfaceInterpolateFields function object - tidied output 2013-11-11 13:17:15 +00:00
592d3c1e9f BUG: nearWallFields - added missing entry to Mike/files 2013-11-11 13:16:35 +00:00
55a4681506 STYLE: Minor code formatting 2013-11-11 13:16:01 +00:00
d7441d6200 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-11-11 13:05:51 +00:00
6341de384d ENH: faceSource function object - updates and fixes 2013-11-11 12:59:21 +00:00
1bb5536cba Add new dependency on surfMesh 2013-11-10 14:00:53 +00:00
81f824b230 Corrected for Clang 2013-11-10 13:59:26 +00:00
c4f2816f4f BUG: readFields: execute upon end 2013-11-07 12:30:52 +00:00
1864c92db5 ENH: nearWallFields: use tracking 2013-11-04 16:33:24 +00:00
89100a1d25 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-10-04 16:48:35 +01:00
837ca32397 ENH: function obejct updates 2013-10-04 16:44:58 +01:00
34f78234d5 ENH: Updated warning 2013-09-19 17:15:37 +01:00
c969be872c ENH: regionSizeDistrubtion: optional coordinateSystem for vectorFields 2013-09-18 16:01:08 +01:00
7694ad7e81 ENH: fieldAverage - extended to include surface fields 2013-07-30 16:02:50 +01:00