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
f46c5795
Commit
f46c5795
authored
Jun 17, 2021
by
mattijs
Browse files
STYLE: dynamicFvMesh: indentation, naming
parent
0110e690
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/dynamicFvMesh/dynamicMotionSolverFvMesh/dynamicMotionSolverFvMesh.H
View file @
f46c5795
...
...
@@ -78,7 +78,7 @@ public:
// Constructors
//- Construct from IOobject
dynamicMotionSolverFvMesh
(
const
IOobject
&
io
,
bool
syncPar
=
true
);
dynamicMotionSolverFvMesh
(
const
IOobject
&
io
,
const
bool
doInit
=
true
);
//- Construct from components without boundary.
// Boundary is added using addFvPatches() member function
...
...
src/dynamicFvMesh/dynamicMotionSolverListFvMesh/dynamicMotionSolverListFvMesh.C
View file @
f46c5795
...
...
@@ -114,7 +114,7 @@ bool Foam::dynamicMotionSolverListFvMesh::init(const bool doInit)
motionSolvers_
.
set
(
i
++
,
motionSolver
::
New
(
*
this
,
IOsolverDict
)
motionSolver
::
New
(
*
this
,
IOsolverDict
)
);
}
}
...
...
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