Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
ebb6a027
Commit
ebb6a027
authored
Mar 04, 2019
by
mattijs
Committed by
Andrew Heather
Mar 04, 2019
Browse files
BUG: faMesh: support for multi-region moving meshes. See
#1170
.
parent
ce947eeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteArea/faMesh/faMesh.C
View file @
ebb6a027
...
...
@@ -235,7 +235,7 @@ Foam::faMesh::faMesh(const polyMesh& pMesh)
// Calculate the geometry for the patches (transformation tensors etc.)
boundary_
.
calcGeometry
();
if
(
isFile
(
pMesh
.
time
().
timePath
()
/
"S0"
))
if
(
isFile
(
pMesh
.
time
().
timePath
()
/
mesh
().
dbDir
()
/
"S0"
))
{
S0Ptr_
=
new
DimensionedField
<
scalar
,
areaMesh
>
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment