Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
60d0c592
Commit
60d0c592
authored
11 years ago
by
Henry
Committed by
Andrew Heather
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fvMeshGeometry: Dump core if phi() is called for a non-moving mesh to help trace problem
parent
603b23f4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/finiteVolume/fvMesh/fvMeshGeometry.C
+2
-2
2 additions, 2 deletions
src/finiteVolume/fvMesh/fvMeshGeometry.C
with
2 additions
and
2 deletions
src/finiteVolume/fvMesh/fvMeshGeometry.C
+
2
−
2
View file @
60d0c592
...
...
@@ -441,7 +441,7 @@ const surfaceScalarField& fvMesh::phi() const
{
FatalErrorIn
(
"fvMesh::phi()"
)
<<
"mesh flux field does not exist, is the mesh actually moving?"
<<
exi
t
(
FatalError
);
<<
abor
t
(
FatalError
);
}
// Set zero current time
...
...
@@ -461,7 +461,7 @@ surfaceScalarField& fvMesh::setPhi()
{
FatalErrorIn
(
"fvMesh::setPhi()"
)
<<
"mesh flux field does not exist, is the mesh actually moving?"
<<
exi
t
(
FatalError
);
<<
abor
t
(
FatalError
);
}
return
*
phiPtr_
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment