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
dd3fe18a05
fvMatrix: Corrected scaling by tmp<volScalarField>
2015-01-02 14:38:08 +00:00
60349e311c
Corrected and improved documentation
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=790
2015-01-01 18:12:28 +00:00
dfeb45d191
Updated for OpenFOAM-2.3.x
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=858
2015-01-01 18:11:22 +00:00
ae019fccfa
Removed spurious file
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1374
2015-01-01 16:27:58 +00:00
ed78366729
Updated header
2015-01-01 16:27:47 +00:00
11001773b9
explicitPorositySource: corrected doc
2015-01-01 16:27:26 +00:00
44908783b9
Updated headers
2015-01-01 13:43:17 +00:00
5903e99938
particle::initCellFacePt(): Added suggestions to resolve failure to find particle
...
Resolves bug report: http://www.openfoam.org/mantisbt/view.php?id=1461
2015-01-01 13:42:57 +00:00
4977d93e8a
primitiveMesh::pointInCellBB: Inflate the cell isotropically to handle anisotropic cells more robustly
2015-01-01 13:42:13 +00:00
4e4928054a
atmBoundaryLayer: rationalized U and epsilon BCs and added the corresponding k BC
2014-12-31 23:03:26 +00:00
ded2f25726
Updated headers
2014-12-31 19:08:15 +00:00
325b003b6e
Added and verified support for 64bit labels
...
To compile with 64bit labels set
WM_LABEL_SIZE=64
in ~/OpenFOAM/dev/prefs.sh
source ~/.bashrc
then Allwmake in OpenFOAM-dev.
This will build into for example OpenFOAM-dev/platforms/linux64ClangDPInt64Opt
If WM_LABEL_SIZE is unset or set to 32:
WM_LABEL_SIZE=32
the build would be placed into OpenFOAM-dev/platforms/linux64ClangDPInt32Opt
Thus both 32bit and 64bit label builds can coexist without problem.
2014-12-31 19:02:52 +00:00
38998d5e1f
Updated header
2014-12-31 19:02:04 +00:00
1bddcdaaec
orientFaceZone: convert 0 to label
2014-12-31 19:01:13 +00:00
fcd4213fad
atmBoundaryLayer: Attempt to rationalize the inputs and documentation to make these BCs more usable
...
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=860
2014-12-29 17:39:20 +00:00
ef1f62b846
atmBoundaryLayerInletVelocity: removed spurious limit U <= Uref
...
Rewrote using field algebra rather than looping over cells
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1384
2014-12-29 12:05:54 +00:00
0bf61824ab
turbulentTemperatureRadCoupledMixed: Corrected/improved mixed BC formulation to ensure the reference temperature is physical
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1369
2014-12-29 11:13:34 +00:00
8383a137cc
Minor reformatting
2014-12-29 11:13:25 +00:00
94897015d6
externalWallHeatFluxTemperature: Combined logic into a single switch
2014-12-29 11:12:29 +00:00
9c09fd4f67
viewFactor: moved some of the "noise" to print only on debug
2014-12-29 11:11:43 +00:00
7cdb6dc4fd
fanFvPatchField: Correct the type specialization
...
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=1415
2014-12-28 17:00:11 +00:00
131458d020
Write the coefficients before the field
2014-12-28 17:00:03 +00:00
6b54a05419
Bring TurbulenceModels up to date with turbulenceModels
2014-12-28 15:14:42 +00:00
7dcb44148a
CrankNicolsonDdtScheme: Changed ddtCorr from a basic Euler scheme to include the Crank-Nicolson correction
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1468
2014-12-28 12:53:56 +00:00
e369cd1f24
twoPhaseEulerFoam/interfacialModels/turbulentDispersionModels: Added Fprime function
...
to support improved discretisation in pEqn and implicit treatment in the phase-fraction equation
2014-12-22 20:11:04 +00:00
7c35ea521b
rotorDiskSource: Corrected coordinate transformations
...
Now the rotor axis may be specified in other than the z-direction
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1290
2014-12-22 19:54:58 +00:00
2366712a54
RDT -> rapid distortion theory
2014-12-21 21:57:15 +00:00