mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
nonlinear modified
This commit is contained in:
@ -25,6 +25,7 @@ Licence:
|
||||
#include "linearCF.H"
|
||||
#include "nonLinearCF.H"
|
||||
#include "normalRolling.H"
|
||||
#include "nonLinearMod.H"
|
||||
|
||||
|
||||
namespace pFlow::cfModels
|
||||
@ -37,6 +38,9 @@ using nonLimitedLinearNormalRolling = normalRolling<linear<false>>;
|
||||
using limitedNonLinearNormalRolling = normalRolling<nonLinear<true>>;
|
||||
using nonLimitedNonLinearNormalRolling = normalRolling<nonLinear<false>>;
|
||||
|
||||
using limitedNonLinearModNormalRolling = normalRolling<nonLinearMod<true>>;
|
||||
using nonLimitedNonLinearModNormalRolling = normalRolling<nonLinearMod<false>>;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user