mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tabulated6DoFMotion: Added file-name expansion
This commit is contained in:
@ -127,7 +127,10 @@ bool Foam::solidBodyMotionFunctions::tabulated6DoFMotion::read
|
||||
|
||||
// If the timeDataFileName has changed read the file
|
||||
|
||||
fileName newTimeDataFileName(SBMFCoeffs_.lookup("timeDataFileName"));
|
||||
fileName newTimeDataFileName
|
||||
(
|
||||
fileName(SBMFCoeffs_.lookup("timeDataFileName")).expand()
|
||||
);
|
||||
|
||||
if (newTimeDataFileName != timeDataFileName_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user