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
dumux-repositories
dumux
Commits
5e437f21
Commit
5e437f21
authored
Jan 29, 2020
by
Melanie Lipp
Browse files
[freeflow][test] Remove unnecessary function sourceAtPos set to zero (is the default anyway).
parent
e2f78aeb
Changes
8
Hide whitespace changes
Inline
Side-by-side
test/freeflow/navierstokes/channel/2d/problem.hh
View file @
5e437f21
...
...
@@ -148,15 +148,6 @@ public:
Scalar
temperature
()
const
{
return
273.15
+
10
;
}
// 10C
/*!
* \brief Returns the sources within the domain.
*
* \param globalPos The global position
*/
NumEqVector
sourceAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
return
NumEqVector
(
0.0
);
}
// \}
/*!
* \name Boundary conditions
...
...
test/freeflow/navierstokes/closedsystem/problem.hh
View file @
5e437f21
...
...
@@ -122,15 +122,6 @@ public:
Scalar
temperature
()
const
{
return
273.15
+
10
;
}
// 10C
/*!
* \brief Returns the sources within the domain.
*
* \param globalPos The global position
*/
NumEqVector
sourceAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
return
NumEqVector
(
0.0
);
}
// \}
/*!
* \name Boundary conditions
...
...
test/freeflow/navierstokes/kovasznay/problem.hh
View file @
5e437f21
...
...
@@ -158,17 +158,6 @@ public:
Scalar
temperature
()
const
{
return
298.0
;
}
/*!
* \brief Returns the sources within the domain.
*
* \param globalPos The global position
*/
NumEqVector
sourceAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
return
NumEqVector
(
0.0
);
}
// \}
/*!
* \name Boundary conditions
...
...
test/freeflow/navierstokesnc/channel/problem.hh
View file @
5e437f21
...
...
@@ -153,16 +153,6 @@ public:
Scalar
temperature
()
const
{
return
273.15
+
10
;
}
// 10C
/*!
* \brief Returns the sources within the domain.
*
* \param globalPos The global position
*/
NumEqVector
sourceAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
return
NumEqVector
(
0.0
);
}
// \}
/*!
* \name Boundary conditions
...
...
test/freeflow/navierstokesnc/densitydrivenflow/problem.hh
View file @
5e437f21
...
...
@@ -141,16 +141,6 @@ public:
Scalar
temperature
()
const
{
return
273.15
+
10
;
}
// 10C
/*!
* \brief Returns the sources within the domain.
*
* \param globalPos The global position
*/
NumEqVector
sourceAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
return
NumEqVector
(
0.0
);
}
// \}
/*!
* \name Boundary conditions
...
...
test/freeflow/navierstokesnc/maxwellstefan/problem.hh
View file @
5e437f21
...
...
@@ -344,16 +344,6 @@ public:
Scalar
temperature
()
const
{
return
273.15
+
10
;
}
// 10C
/*!
* \brief Returns the sources within the domain.
*
* \param globalPos The global position
*/
NumEqVector
sourceAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
return
NumEqVector
(
0.0
);
}
// \}
/*!
* \name Boundary conditions
...
...
test/freeflow/rans/problem.hh
View file @
5e437f21
...
...
@@ -196,15 +196,6 @@ public:
Scalar
temperature
()
const
{
return
inletTemperature_
;
}
/*!
* \brief Returns the sources within the domain.
*
* \param globalPos The global position
*/
NumEqVector
sourceAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
return
NumEqVector
(
0.0
);
}
// \}
/*!
...
...
test/freeflow/ransnc/problem.hh
View file @
5e437f21
...
...
@@ -195,17 +195,6 @@ public:
Scalar
temperature
()
const
{
return
273.15
+
10
;
}
// 10C
/*!
* \brief Returns the sources within the domain.
*
* \param globalPos The global position
*/
NumEqVector
sourceAtPos
(
const
GlobalPosition
&
globalPos
)
const
{
return
NumEqVector
(
0.0
);
}
// \}
/*!
* \name Boundary conditions
...
...
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