Skip to content
  • Henry's avatar
    MRF: Separate MRF from fvOptions · c3ee2348
    Henry authored
    fvOptions does not have the appropriate structure to support MRF as it
    is based on option selection by user-specified fields whereas MRF MUST
    be applied to all velocity fields in the particular solver.  A
    consequence of the particular design choices in fvOptions made it
    difficult to support MRF for multiphase and it is easier to support
    frame-related and field related options separately.
    
    Currently the MRF functionality provided supports only rotations but
    the structure will be generalized to support other frame motions
    including linear acceleration, SRF rotation and 6DoF which will be
    run-time selectable.
    c3ee2348