-
- Downloads
ENH: additional uniform boundary conditions (#2703)
- provide uniformMixed conditions for finite-area and finite-volume. These are intended to replace the exprMixed condition but allow the full range of different PatchFunction1 and Function1 types. - add uniformFixedGradient to finite-area for completeness. Note: - still some possible difficulties with the order of evaluation. - eg, using an expression within the 'U' field that depends of the surface 'phi' field before that is constructed. In this case, the 'value' entry is really needed.
Showing
- src/finiteArea/Make/files 2 additions, 0 deletionssrc/finiteArea/Make/files
- src/finiteArea/fields/faPatchFields/derived/uniformFixedGradient/uniformFixedGradientFaPatchField.C 161 additions, 0 deletions...d/uniformFixedGradient/uniformFixedGradientFaPatchField.C
- src/finiteArea/fields/faPatchFields/derived/uniformFixedGradient/uniformFixedGradientFaPatchField.H 188 additions, 0 deletions...d/uniformFixedGradient/uniformFixedGradientFaPatchField.H
- src/finiteArea/fields/faPatchFields/derived/uniformFixedGradient/uniformFixedGradientFaPatchFields.C 40 additions, 0 deletions.../uniformFixedGradient/uniformFixedGradientFaPatchFields.C
- src/finiteArea/fields/faPatchFields/derived/uniformFixedGradient/uniformFixedGradientFaPatchFields.H 50 additions, 0 deletions.../uniformFixedGradient/uniformFixedGradientFaPatchFields.H
- src/finiteArea/fields/faPatchFields/derived/uniformFixedValue/uniformFixedValueFaPatchField.C 1 addition, 5 deletions...derived/uniformFixedValue/uniformFixedValueFaPatchField.C
- src/finiteArea/fields/faPatchFields/derived/uniformMixed/uniformMixedFaPatchField.C 245 additions, 0 deletions...tchFields/derived/uniformMixed/uniformMixedFaPatchField.C
- src/finiteArea/fields/faPatchFields/derived/uniformMixed/uniformMixedFaPatchField.H 210 additions, 0 deletions...tchFields/derived/uniformMixed/uniformMixedFaPatchField.H
- src/finiteArea/fields/faPatchFields/derived/uniformMixed/uniformMixedFaPatchFields.C 40 additions, 0 deletions...chFields/derived/uniformMixed/uniformMixedFaPatchFields.C
- src/finiteArea/fields/faPatchFields/derived/uniformMixed/uniformMixedFaPatchFields.H 50 additions, 0 deletions...chFields/derived/uniformMixed/uniformMixedFaPatchFields.H
- src/finiteVolume/Make/files 1 addition, 0 deletionssrc/finiteVolume/Make/files
- src/finiteVolume/fields/fvPatchFields/derived/uniformFixedGradient/uniformFixedGradientFvPatchField.C 21 additions, 10 deletions...d/uniformFixedGradient/uniformFixedGradientFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/derived/uniformFixedGradient/uniformFixedGradientFvPatchField.H 5 additions, 5 deletions...d/uniformFixedGradient/uniformFixedGradientFvPatchField.H
- src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.C 7 additions, 8 deletions...derived/uniformFixedValue/uniformFixedValueFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/derived/uniformFixedValue/uniformFixedValueFvPatchField.H 1 addition, 1 deletion...derived/uniformFixedValue/uniformFixedValueFvPatchField.H
- src/finiteVolume/fields/fvPatchFields/derived/uniformMixed/uniformMixedFvPatchField.C 235 additions, 0 deletions...tchFields/derived/uniformMixed/uniformMixedFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/derived/uniformMixed/uniformMixedFvPatchField.H 213 additions, 0 deletions...tchFields/derived/uniformMixed/uniformMixedFvPatchField.H
- src/finiteVolume/fields/fvPatchFields/derived/uniformMixed/uniformMixedFvPatchFields.C 39 additions, 0 deletions...chFields/derived/uniformMixed/uniformMixedFvPatchFields.C
- src/finiteVolume/fields/fvPatchFields/derived/uniformMixed/uniformMixedFvPatchFields.H 50 additions, 0 deletions...chFields/derived/uniformMixed/uniformMixedFvPatchFields.H
- src/meshTools/fields/pointPatchFields/uniformFixedValue/uniformFixedValuePointPatchField.C 17 additions, 6 deletions...elds/uniformFixedValue/uniformFixedValuePointPatchField.C
Loading
Please register or sign in to comment