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
5937c37a
Commit
5937c37a
authored
3 years ago
by
Vaggelis Papoutsis
Browse files
Options
Downloads
Patches
Plain Diff
BUG: nearWallDist not updated throughout optimisation loops
Partially fixes
#2502
(see discussion there)
parent
79352084
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/optimisation/adjointOptimisation/adjoint/displacementMethod/displacementMethod/displacementMethod.C
+4
-1
4 additions, 1 deletion
...isplacementMethod/displacementMethod/displacementMethod.C
with
4 additions
and
1 deletion
src/optimisation/adjointOptimisation/adjoint/displacementMethod/displacementMethod/displacementMethod.C
+
4
−
1
View file @
5937c37a
...
@@ -128,7 +128,10 @@ void Foam::displacementMethod::update()
...
@@ -128,7 +128,10 @@ void Foam::displacementMethod::update()
mesh_
.
movePoints
(
tnewPoints
());
mesh_
.
movePoints
(
tnewPoints
());
scalar
timeAft
=
mesh_
.
time
().
elapsedCpuTime
();
scalar
timeAft
=
mesh_
.
time
().
elapsedCpuTime
();
Info
<<
"Mesh movement took "
<<
timeAft
-
timeBef
<<
" seconds"
<<
endl
;
Info
<<
"Mesh movement took "
<<
timeAft
-
timeBef
<<
" seconds"
<<
endl
;
mesh_
.
moving
(
false
);
if
(
!
mesh_
.
steady
())
{
mesh_
.
moving
(
false
);
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Andrew Heather
@andy
mentioned in merge request
!518 (merged)
·
2 years ago
mentioned in merge request
!518 (merged)
mentioned in merge request !518
Toggle commit list
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