Henry
5bd23e9560
fvMatrix: Corrected scaling by tmp<volScalarField>
2015-01-02 19:33:06 +00:00
Henry
57ad873fd8
Updated header
2015-01-02 16:40:28 +00:00
Henry
19f017fb18
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:39:08 +00:00
Henry
22276a35af
Corrected and improved documentation
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=790
2015-01-01 16:38:49 +00:00
Henry
b3abea74dd
fanFvPatchField: Correct the type specialization
...
Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=1415
2014-12-28 16:58:56 +00:00
Henry
9a79633f07
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:42:18 +00:00
mattijs
55f669e302
BUG: #1424 : coupled patch handling
2014-10-28 11:30:30 +00:00
Henry
f3c390aca4
CMULES: Add optional control over support for extrema within bounds
2014-10-13 21:12:10 +01:00
mattijs
da1b994069
ENH: timeVaryingMapped: added option to disable interpolation
2014-09-03 12:26:40 +01:00
Henry
b9839e576d
uniformFixedGradientFvPatchField: Correct constructor to initialize patch field
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1368
2014-08-08 10:26:47 +01:00
Henry
07bcafe956
fvPatches: Updated handling for delta() on coupled patches
2014-07-30 12:37:01 +01:00
Henry
7ea650d4ca
Revert non-orthogonality treatment for non-coupled BCs.
2014-07-06 20:20:16 +01:00
Henry
e461dd8f93
ddtSchemes: Name meshPhi "meshPhi" and do not register
2014-06-19 16:27:35 +01:00
Henry
43639b4c78
CrankNicolsonDdtScheme: Corrected compressible ddt for moving meshes
2014-06-17 16:17:09 +01:00
mattijs
14edbacd70
ENH: nearWallDist: handle changing numbers of patches
2014-05-30 16:44:42 +01:00
Henry
55a97bd751
movingWallVelocityFvPatchVectorField: Update U at the wall only if the mesh is 'moving' rather than 'changing'.
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1305
2014-05-28 12:54:25 +01:00
Henry
08cff2ac41
fvMeshGeometry: Dump core if phi() is called for a non-moving mesh to help trace problem
2014-05-18 21:18:30 +01:00
Henry
4c9dc30ed4
flowRateInletVelocity: removed unused function
2014-05-18 21:17:49 +01:00
Henry
0baacc2593
DarcyForchheimer: add support for solvers which provide nu rather than mu
2014-05-12 23:15:27 +01:00
Henry
5c5b1293b7
MRF: add operator() for consistency with fvOptions
2014-05-08 11:45:12 +01:00
Henry
d406bd3aab
MRFZone: Corrected explicit acceleration correction used in virtual-mass terms
2014-05-06 17:45:49 +01:00
Henry
94b017308d
fvOptions: Rationalise the rhoEqn.H so that all compressible solvers support mass-sources correctly
2014-05-01 16:11:03 +01:00
Henry
d9e81a6834
fvcMeshPhi: added 'relative' equivalent of absolute function
2014-04-29 14:54:55 +01:00
Henry
5ea83df1f5
finiteVolume: added support for ddt(alpha, rho, psi)
2014-04-29 14:54:18 +01:00
Henry
51e50dfdb2
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x
2014-04-27 23:08:02 +01:00
Henry
f9032755f3
Corrected message
2014-04-27 23:07:33 +01:00
Henry
7dad3789f2
Uf and rhoUf: Corrected handling of restart
2014-04-23 12:11:07 +01:00
Henry
58a338955b
DarcyForchheimer: Added support for phase properties
2014-04-15 20:22:21 +01:00
Henry
76f8487b90
DarcyForchheimer: Added support for phase properties
2014-04-15 19:24:31 +01:00
Henry
35579cef60
Corrected docs
2014-04-15 19:24:19 +01:00
andy
36fdb47877
ENH: porosity model updates for moving meshes
2014-04-11 14:32:31 +01:00
andy
0d1ba8b51e
ENH: porosity model updates for moving meshes
2014-04-08 12:32:59 +01:00
andy
80868b52ed
ENH: ACMI updates
2014-04-04 16:37:59 +01:00
andy
e5a8684695
ENH: uniformTotalPressure BC updates
2014-03-31 16:50:31 +01:00
Henry
e2343fa4d4
pimpleFoam: Added support for fixedFluxPressure BC
2014-03-20 16:34:31 +00:00
Henry
a53c5bead7
Removed unnecessary include
2014-03-20 16:34:17 +00:00
Henry
06a64fa8cd
New BC to approximate the motion of a patch by setting the equivalent inflow/outflow
2014-03-20 16:33:27 +00:00
Henry
3c837948f1
Removed alphaOuterCorrectors option because the mass-flux should be updated for all PIMPLE iterations
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1225
2014-03-17 21:31:09 +00:00
Henry
46d53c222d
Revert pressureInletOutletVelocity BCs
...
due to convergence problems with the new version for runs at high Courant number
2014-03-12 12:27:19 +00:00
andy
bc50af6007
Merge branch 'master' of github.com:OpenFOAM/OpenFOAM-2.3.x
2014-02-26 13:47:39 +00:00
andy
8fa487c31a
BUG: AMI with low-weight correction - further wrapping around interpolation - mantis #1174
2014-02-26 13:44:22 +00:00
Henry
8038d7bc1d
wedgeFvPatch: provide specialized version of delta()
...
to ensure than the delta vectors are normal to the wedge plane.
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1185
2014-02-26 10:02:00 +00:00
william
c71c6e9020
STYLE: oscillatingFixedValueFvPatchField: typo in function description
2014-02-20 10:46:23 +00:00
OpenFOAM-admin
9fd0db5cf9
Initial commit for version 2.3.x
2014-02-17 16:00:08 +00:00