Improved string expansion handling.
* delay fileName expansion in timeVarying BCs, add the possibility to use relative directories * export FOAM_ROOT from argList: "." and ".." for serial/parallel. This allows us to specify a single movable location regardless of serial/parallel. * only replace an isolated leading "./" with CWD, strip others. This improves use for a relative names.
Showing
- src/OpenFOAM/global/argList/argList.C 10 additions, 0 deletionssrc/OpenFOAM/global/argList/argList.C
- src/OpenFOAM/primitives/strings/string/string.C 29 additions, 9 deletionssrc/OpenFOAM/primitives/strings/string/string.C
- src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMassFlowRateInletVelocity/timeVaryingMassFlowRateInletVelocityFvPatchVectorField.C 12 additions, 3 deletions.../timeVaryingMassFlowRateInletVelocityFvPatchVectorField.C
- src/finiteVolume/fields/fvPatchFields/derived/timeVaryingUniformFixedValue/timeVaryingUniformFixedValueFvPatchField.C 12 additions, 3 deletions...formFixedValue/timeVaryingUniformFixedValueFvPatchField.C
Please register or sign in to comment