Skip to content
Snippets Groups Projects
Commit e629d33a authored by Mark Olesen's avatar Mark Olesen
Browse files

paraview reader: export FOAM_CASE env variable

parent b42e1358
Branches
Tags
No related merge requests found
......@@ -471,6 +471,9 @@ Foam::vtkPV3Foam::vtkPV3Foam
fullCasePath = cwd();
}
// Set the case as an environment variable - some BCs might use this
setEnv("FOAM_CASE", fullCasePath, true);
// Create time object
dbPtr_.reset
(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment