Commit Graph

15505 Commits

Author SHA1 Message Date
f0e7025e3a Update header 2015-01-11 17:16:48 +00:00
6b819790b4 wdep: If source file is not in the current directory search tree for first occurrence 2015-01-11 17:16:15 +00:00
a64d623394 Remove deprecated and out-of-date scripts 2015-01-11 15:51:13 +00:00
3dd0c19758 Rename foamClearPolyMesh -> foamCleanPolyMesh for consistency with the other foamClear.* scripts 2015-01-11 15:42:10 +00:00
cbdaa86bd0 Remove out-of-date and deprecated scripts 2015-01-11 13:34:41 +00:00
188e266368 Remove set -x 2015-01-11 13:16:56 +00:00
b76d15fb77 wrmdepold: Updated rmdepold to handle out-of-tree .dep and .o files 2015-01-11 13:14:55 +00:00
eb199a3c5d wdep: updated 2015-01-11 12:15:06 +00:00
992e67d452 wrmo: Add -a/-all/all option to remove .o files from all platforms rather than just the current platform. 2015-01-10 23:22:46 +00:00
386b4e2253 Updated doc 2015-01-10 23:22:39 +00:00
9aff064bec wrmdep: Add -a/-all/all option to removed for all platforms rather than just the current platform. 2015-01-10 23:18:34 +00:00
623ac104f7 Replaced rmoall with wrmo
Description
    Remove all .o files from the object directory tree corresponding to the
    current source derectory or remove only the .o file corresponding to the
    optionally specified [file].
2015-01-10 22:33:39 +00:00
96e1146a2e Updated headers 2015-01-10 22:12:00 +00:00
3c9a63b583 Corrected documentation for Doxygen 2015-01-10 22:11:29 +00:00
1dd5b93897 wmake/scripts/AllwmakeParseArguments: Handle stop-on-error
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1485
2015-01-10 21:58:19 +00:00
d11ce0b517 Corrected typo 2015-01-10 21:12:27 +00:00
3ca98c64b1 Added missing file
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1484
2015-01-10 21:10:24 +00:00
809ebaed63 wmake/wcleanAll: Corrected typo
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1483
2015-01-10 17:23:20 +00:00
3574e1993d wallDist: Add support for distance to any patch set 2015-01-10 12:26:39 +00:00
142776ae2f advectionDiffusionPatchDistMethod: Added more description including specification of relaxation 2015-01-10 11:27:14 +00:00
d7abd506e1 wallDist: Added nRequired option to the wallDist dict 2015-01-09 23:17:24 +00:00
8ac29612de advectionDiffusionPatchDistMethod: Only run the predictor method on first call
Improves efficiency for moving-mesh cases
2015-01-09 22:05:32 +00:00
5dff7076ce wallDist: moved patchTypes into patchDistMethod 2015-01-09 21:41:21 +00:00
3173ce4437 advectionDiffusionPatchDistMethod: Added comment concerning predictor step 2015-01-09 16:18:49 +00:00
11756a06f7 advectionDiffusionPatchDistMethod: Calculation of approximate distance to nearest patch for all cells
and boundary by solving the Eikonal equation in advection form with diffusion smoothing.
2015-01-09 16:12:58 +00:00
bc476d9f49 Fixed a typo 2015-01-08 23:10:41 +00:00
7016ad200b wallDist/patchDistMethods/Poisson: New method for fast calculation of an approximate wall-distance field
by solving Poisson's equation
2015-01-08 22:43:42 +00:00
af3fbf9095 wallDist: Set BCs for y and n appropriately for solving PDEs 2015-01-08 17:21:07 +00:00
f524fa1e9f Updated header 2015-01-08 16:25:48 +00:00
0f0672563b twoPhaseEulerFoam: removed unnecessary fvc.H 2015-01-08 16:25:17 +00:00
778ca0d803 Update headers 2015-01-08 16:11:28 +00:00
c4804e5a0b wallDist: Add support for cached wall-reflection vectors
Currently these vectors are generated at the same time as the wall-distance field
by the same run-time selected algorithm.  This will be changed so that the wall-reflection
vectors are only generated and stored if required.
2015-01-08 16:08:53 +00:00
917852b74e Updated headers 2015-01-08 10:45:47 +00:00
69ff8aa4d2 wallDist: now a MeshObject cached and updated automatically with a run-time selected algorithm
When using models which require the wallDist e.g. kOmegaSST it will
request the method to be used from the wallDist sub-dictionary in
fvSchemes e.g.

wallDist
{
    method meshWave;
}

specifies the mesh-wave method as hard-coded in previous OpenFOAM versions.
2015-01-08 10:40:23 +00:00
9dc6b54c3d MeshObject: Improved diagnostics 2015-01-08 10:38:25 +00:00
e437b9eb92 wrmdep: Replacement for rmdepall
Remove all .dep files from the object directory tree corresponding to the
current source derectory or remove only the .dep files referring to the
optionally specified [file].
2015-01-08 10:36:37 +00:00
7c83877181 Updated headers 2015-01-06 17:32:02 +00:00
4fbf622008 wallDist: separate the meshWaveWallDist from the wallDist interface
In preparation for run-time selectable methods
2015-01-06 17:31:02 +00:00
444dbda097 Ensure __STDC_LIMIT_MACROS is defined before the CGAL headers are included
Additional resolution of bug-report http://www.openfoam.org/mantisbt/view.php?id=1474
2015-01-04 23:43:25 +00:00
82b3523b24 Updated headers 2015-01-04 20:15:16 +00:00
c93f87cc7f Added support for glibc < 2.18
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1474
2015-01-04 20:13:37 +00:00
380de92a48 Updated header 2015-01-04 20:13:17 +00:00
26d017092f Added support to test older gcc versions 2015-01-04 20:12:48 +00:00
ea1eb7a8f8 Removed spurious file 2015-01-03 18:32:40 +00:00
cc21bb9a87 Added InfoSwitches::writeOptionalEntries which enables the writing of optional keywords and values which are not present in the dictionary
Warning: generates a VERY large number of messages from OpenFOAM applications
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1473
2015-01-03 16:54:07 +00:00
5cf6680021 Updated header 2015-01-02 19:20:50 +00:00
3588970280 LduMatrixOperations: Added support for scaling symmetric matrices
Note: non-uniform scaling of a symmetric matrix generates an asymmetric matrix
2015-01-02 19:20:19 +00:00
1a7a53a2ff Updated header 2015-01-02 16:44:07 +00:00
dda47d87ff fvcSurfaceIntegrate: add support for sub-cycling with mesh-motion
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1471

Note:
    In order to avoid unexpectedly poor results I think it would be
    better if sub-cycling in time were limited to static meshes and
    solid-body motion only and the Vsc() function removed and I will
    consider this for the next release with the addition of a check for
    solid-body motion in the case that sub-cycling is applied.  Now that
    MULES support semi-implicit operation there is less need for
    sub-cycling and I would recommend that you use this approach in
    interDyMFoam for your complex mesh motion cases.
2015-01-02 16:43:32 +00:00
56192f21b9 lduMatrixOperations: Added support for scaling symmetric matrices
Note: non-uniform scaling of a symmetric matrix generates an asymmetric matrix
2015-01-02 15:38:52 +00:00