ENH: Added under-relaxation to jump conditions
Currently only applied to the fanFvPatchField, e.g. plane { type fan; patchType cyclic; jump uniform 0; value uniform 0; uniformJump false; // Optional under-relaxation relax 0.2; ... }
Showing
- src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.C 4 additions, 2 deletions...olume/fields/fvPatchFields/derived/fan/fanFvPatchFields.C
- src/finiteVolume/fields/fvPatchFields/derived/fixedJump/fixedJumpFvPatchField.C 86 additions, 10 deletions...s/fvPatchFields/derived/fixedJump/fixedJumpFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/derived/fixedJump/fixedJumpFvPatchField.H 20 additions, 0 deletions...s/fvPatchFields/derived/fixedJump/fixedJumpFvPatchField.H
- src/finiteVolume/fields/fvPatchFields/derived/uniformJump/uniformJumpFvPatchField.C 1 addition, 1 deletion...PatchFields/derived/uniformJump/uniformJumpFvPatchField.C
Please register or sign in to comment