Make MULTREGT work for NNC.
The region multipliers are no longer added to the cartesian logical MULT[XYZ] structure. Instead a new method getRegionMultiplier(globalIndex1, globalIndex2,FaceDir) is added that return the multiplier between globalIndex1 cell and globalIndex2 cell. The face direction is added to support directional dependent MULTREGT input. This implementation of MULTREGT also supports restricting the multipliers to only apply for NNC or NONNNC.
This commit is contained in:
committed by
Andreas Lauser
parent
b924f6cd02
commit
bb40baa96f
@@ -31,7 +31,8 @@ MULTNUM
|
||||
/
|
||||
|
||||
MULTREGT
|
||||
1 2 0.10 X ALL M /
|
||||
1 2 0.10 X NONNC M /
|
||||
3 4 0.50 X NNC M /
|
||||
/
|
||||
|
||||
MULTREGT
|
||||
|
||||
Reference in New Issue
Block a user