- deprecated:
- timeActivatedExplicitSource (old base type)
- timeActivatedExplicitCellSource
- timeActivatedExplicitMulticomponentPointSource
- introduced timeActivatedExplicitSource
- templated on primitive type - scalar, vector, tensor...
- takes as input, either a cell set or list of points
This is controlled by providing a list of the fields to be cached in the "cache"
sub-dictionary of fvSolution.
Debug information about the caching is printed when the solution::debug switch
is on.
There are still a couple of issues to do with the naming of gradients used in
corrected snGrads and limited interpolation schemes that need to be resolved
but these are no different to previously and hence not urgent.
- actually blend correction factors as well in fixedBlended scheme
- consistency change: move 'linearUpwindV' into same directory as
'linearUpwind', move correction code from .H into .C code.
- minor docu format/spelling changes
A more general question:
~~~~~~~~~~~~~~~~~~~~~~~~
- would it make more sense to use template specializations for the
'*V' differencing schemes?
- incompressible, Boussinesq variant of buoyantSimpleFoam
- requires new fixedFluxBoussinesqBuoyantPressure bc on pd at walls
to balance the flux generated by the temperature gradient
Changed the quadratic scheme to quadraticLinear (linear in the plane of the face).
Added a linear scheme based on the CFC stencil used by the quadratic scheme.