mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added a 'default' entry to the 'relaxationFactors'. When it is set to 0 it is
equivalent to the 'none' entry in fvSchemes and relaxation factors must be provided for all fields which might require one. If it is set to a value between 0 and 1 this value is used as the default relaxation factor.
This commit is contained in:
@ -56,6 +56,9 @@ class solution
|
||||
//- Dictionary of relaxation factors for all the fields
|
||||
dictionary relaxationFactors_;
|
||||
|
||||
//- Optional default relaxation factor for all the fields
|
||||
scalar defaultRelaxationFactor_;
|
||||
|
||||
//- Dictionary of solver parameters for all the fields
|
||||
dictionary solvers_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user