As of the current state of OpenFOAM, the following capabilities are not available:
fvOptions
through input dictionary updates.fvOptions
for handling moving selections, such as moving points.cellSetOption
(hence, all fvOptions
derived from the cellSetOption
) received three new optional input:
movingPoints
: Use cells containing a given set of moving points.mesh
: Select cells based on a given secondary mesh.updateSelection
: Flag to enable selection updates.fvOption
to constrain values of given fields with a source field from an external mesh: <Type>MapFieldConstraint
.electricPotential
function object to accomodate internal fvOption
constraints.