modelTransform
Build a prefix-retained transform for model vertical grids.
Declaration
transform = modelTransform(self,options)
Parameters
selfInternalModesBasis instanceoptions.component"F","G", or"both"options.nModesrequested retained mode countoptions.projectionToleranceleakage tolerance for prefix selectionoptions.maxConditionNumbercondition-number limit for prefix selectionoptions.nTailChecknumber of rejected tail modes checked for leakageoptions.nonlinearAliasingPolicy"none"or"quadratic"options.allowNoncanonicaltrue to allow numerical wave-F projections
Returns
transformInternalModesTransform with prefix-retained modes
Discussion
Projection resolvability and nonlinear de-aliasing are treated
as separate limits. If nonlinearAliasingPolicy is
"quadratic", the transform automatically applies the
two-thirds retained-mode cap and records that diagnostic
separately from projection leakage.