CFL Reference
Limits the time-step size to meet the specified target criteria for the Convective Courant Number. This time-step provider is appropriate for transient flow problems.
The CFL time-step provider sets the time-step based on the CFL number, the convective time scale. The time-step is adjusted so that the actual CFL number approaches either the specified maximum CFL number or the specified mean CFL number, whichever yields the minimum time-step. This time-step provider is available when the Segregated Flow model or the Coupled Flow model is activated in the physics continuum.
Provided By |
Right-click and select |
||
Example Node Path | |||
Requires |
|
||
Properties |
Enable/Disable, Target Mean CFL Number, Target Max CFL Number, Cut-off Percentage. See CFL Properties. |
||
Activates | Field Functions |
CFL (Max.) Proposal, CFL (Mean) Proposal See Field Functions. |
CFL Properties
- Enable/Disable
- Target Mean CFL Number
- The default value is 0.5.
- Target Max CFL Number
- For coupled flow, this is the parameter in Eqn. (971). The default value is 5.0.
- Cut-off Percentage
-
Specifies a percentage of small/bad cells to be ignored by the Adaptive Time-Step model. The prescribed cut-off percentage is used to find the quantile such that for a given :
(93)The time-step is then set as and any local time-steps that the provider proposes below this value are ignored by the model. The range for this property is 0 (default) to 100.
Field Functions
The following field functions are available when the CFL time-step provider is activated.- CFL (Max.) Proposal
-
The local time-step proposal for the target maximum CFL condition, computed for each individual cell.
- CFL (Mean) Proposal
-
The time-step proposal for the target mean CFL condition, computed for each individual cell.