Skip to content
Snippets Groups Projects
Commit 1190ec81 authored by Henry Weller's avatar Henry Weller Committed by Andrew Heather
Browse files

externalWallHeatFluxTemperature: Allow manipulation of the boundary values

Provides support for the limitTemperature fvOption.

Resolves bug-report https://bugs.openfoam.org/view.php?id=2675
parent 6fd823e7
No related branches found
No related tags found
1 merge request!144Integration openfoam.org
...@@ -246,6 +246,15 @@ public: ...@@ -246,6 +246,15 @@ public:
// Member functions // Member functions
// Access
//- Allow manipulation of the boundary values
virtual bool fixesValue() const
{
return false;
}
// Mapping functions // Mapping functions
//- Map (and resize as needed) from self given a mapping object //- Map (and resize as needed) from self given a mapping object
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
...@@ -127,6 +127,15 @@ public: ...@@ -127,6 +127,15 @@ public:
// Member functions // Member functions
// Access
//- Allow manipulation of the boundary values
virtual bool fixesValue() const
{
return false;
}
// Evaluation functions // Evaluation functions
//- Update the coefficients associated with the patch field //- Update the coefficients associated with the patch field
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment