mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
paraview reader: export FOAM_CASE env variable
This commit is contained in:
@ -471,6 +471,9 @@ Foam::vtkPV3Foam::vtkPV3Foam
|
|||||||
fullCasePath = cwd();
|
fullCasePath = cwd();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Set the case as an environment variable - some BCs might use this
|
||||||
|
setEnv("FOAM_CASE", fullCasePath, true);
|
||||||
|
|
||||||
// Create time object
|
// Create time object
|
||||||
dbPtr_.reset
|
dbPtr_.reset
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user