ENH: Jump conditions - added optional minimum jump value
Example: plane { type fan; patchType cyclic; jump uniform 0; value uniform 0; uniformJump false; relax 0.2; jumpTable ( (1000 0) (-200 1) (20 2) (-0.75 3) ); // Optional minimum jump value minJump 0; }
Showing
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchField.C 9 additions, 4 deletions...s/porousBafflePressure/porousBafflePressureFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/derived/fan/fanFvPatchFields.C 2 additions, 2 deletions...olume/fields/fvPatchFields/derived/fan/fanFvPatchFields.C
- src/finiteVolume/fields/fvPatchFields/derived/fixedJump/fixedJumpFvPatchField.C 30 additions, 0 deletions...s/fvPatchFields/derived/fixedJump/fixedJumpFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/derived/fixedJump/fixedJumpFvPatchField.H 12 additions, 3 deletions...s/fvPatchFields/derived/fixedJump/fixedJumpFvPatchField.H
- src/finiteVolume/fields/fvPatchFields/derived/swirlFanVelocity/swirlFanVelocityFvPatchField.C 1 addition, 1 deletion...s/derived/swirlFanVelocity/swirlFanVelocityFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/derived/uniformJump/uniformJumpFvPatchField.C 1 addition, 1 deletion...PatchFields/derived/uniformJump/uniformJumpFvPatchField.C
- src/thermophysicalModels/basic/derivedFvPatchFields/energyJump/energyJump/energyJumpFvPatchScalarField.C 1 addition, 1 deletion...elds/energyJump/energyJump/energyJumpFvPatchScalarField.C
Please register or sign in to comment