View Issue Details

IDProjectCategoryView StatusLast Update
0001512OpenFOAMBugpublic2015-02-09 19:02
Reporterwyldckat Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version12.04
Product Versiondev 
Summary0001512: Commit cb23867daa2b6a on OpenFOAM-dev for doxyFilter.sed has damaged the resulting HTML files
DescriptionThe summary almost says it all. Said commit was for fixing issue #252: http://www.openfoam.org/mantisbt/view.php?id=252


The attached file "a00519.html" at the anchor "#details" shows this block of text:

    Detailed Description
    template<class Type, class GeoMesh>
    class Foam::DimensionedField< Type, GeoMesh >

    Description Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a reference to it is maintained.

    SourceFiles DimensionedFieldI.H DimensionedField.C DimensionedFieldIO.C


For contrast, as reported about an hour ago in issue #1016: http://www.openfoam.org/mantisbt/view.php?id=1016 - the expected output for the same block was this:

      Detailed Description
      template<class Type, class GeoMesh>
      class Foam::DimensionedField< Type, GeoMesh >

      Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a reference to it is maintained.

      Source files

              DimensionedField.H
              DimensionedFieldI.H
              DimensionedField.C
              DimensionedFieldIO.C

Additional InformationI'm still going to try and diagnose what went wrong. Will report back as soon as I can figure out more details.
TagsNo tags attached.

Activities

wyldckat

2015-02-07 21:58

updater  

a00519.html (316,212 bytes)

wyldckat

2015-02-07 22:14

updater   ~0003718

Forgot to mention that I'm using GNU sed version 4.2.1 that comes by default with Ubuntu 12.04.

wyldckat

2015-02-08 15:25

updater  

doxyFilter.sed (2,550 bytes)

wyldckat

2015-02-08 15:33

updater   ~0003719

Attached is the file "bin/tools/doxyFilter.sed", with the processing of multilines Class block working properly, or at least working on Ubuntu 12.04 with GNU sed 4.2.1.

The new code was this:

    /^Class *$/{
    N
    :loop
    /.*:: *$/{
    N
    s/^ *\(.*\) *\n *\(.*\) */\1\2/
    }
    t loop
    s/Class *\n *\(.*\) */\\class \1/
    }

which is a bit simpler than the one that had been implemented in the reported commit.

Attached are also the following files:

 - "fixed_a00519.html" - It's the same file posted above, resulting from the use of the repaired "doxyFilter.sed".

 - "broken_a02664.html" - It's the file for the class "turbulentTemperatureCoupledBaffleMixedFvPatchScalarField", which has a 3 line class name in the "Class" block of the header. This file was generated with the broken "doxyFilter.sed".

 - "repaired_a02661.html" - Same respective file for the "turbulentTemperatureCoupledBaffleMixedFvPatchScalarField" class, generated with the repaired "doxyFilter.sed".

wyldckat

2015-02-08 15:34

updater  

fixed_a00519.html (319,593 bytes)

wyldckat

2015-02-08 15:34

updater  

broken_a02664.html (45,615 bytes)   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UFT-8"/>
<title> OpenFOAM&reg; Programmer's C++ documentation </title>
<!-- links -->
<link href="../OpenFOAMdocIcon.png" rel="icon" type="image/png" />
<link href="search/search.css" rel="stylesheet" type="text/css" />
<link href="../css/openfoam.css" rel="stylesheet" type="text/css" />
<script type="text/javaScript" src="search/search.js"></script>
<!-- meta info -->
<meta
    name="keywords"
    content="computational fluid dynamics, CFD, OpenFOAM, open source CFD, open source"
    />
</head>
<body>
<div class="page-container">
  <div class="header">
    <div class="header-top">
      <a class="sitelogo" href="http://www.openfoam.org" title="Home">
        <img class=left src="../css/img/OpenFOAMlogo.png">
      </a>
      <div class="sitename">
        <h1>
          <a href="http://foam.sourceforge.net/doc/Doxygen/html/"
             title="Source Guide">OpenFOAM C++ Documentation
          </a>
        </h1>
      </div>
    </div>  <!-- header-top -->
  </div>  <!-- header -->
  <div class="main">
    <div>
    <!-- begin of doxygen-generated content -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(11)"><span class="SelectionMark">&#160;</span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(12)"><span class="SelectionMark">&#160;</span>Pages</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="a10283.html">Foam</a></li><li class="navelem"><a class="el" href="a10290.html">compressible</a></li><li class="navelem"><a class="el" href="a02664.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="a25093.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField Class Reference</div>  </div>
</div><!--header-->
<div class="contents">
<div class="dynheader">
Inheritance diagram for turbulentTemperatureCoupledBaffleMixedFvPatchScalarField:</div>
<div class="dyncontent">
<div class="center"><img src="a25094.png" border="0" usemap="#turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_inherit__map" alt="Inheritance graph"/></div>
<map name="turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_inherit__map" id="turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_inherit__map">
<area shape="rect" id="node4" href="a02518.html" title="temperatureCoupledBase" alt="" coords="205,6,381,37"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for turbulentTemperatureCoupledBaffleMixedFvPatchScalarField:</div>
<div class="dyncontent">
<div class="center"><img src="a25095.png" border="0" usemap="#turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_coll__map" alt="Collaboration graph"/></div>
<map name="turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_coll__map" id="turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_coll__map">
<area shape="rect" id="node4" href="a02518.html" title="temperatureCoupledBase" alt="" coords="205,6,381,37"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a89bdd1e09cd9f0de3a99f556a07d5c9f"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02664.html#a89bdd1e09cd9f0de3a99f556a07d5c9f">TypeName</a> (&quot;compressible::turbulentTemperatureCoupledBaffleMixed&quot;)</td></tr>
<tr class="memdesc:a89bdd1e09cd9f0de3a99f556a07d5c9f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Runtime type information.  <a href="#a89bdd1e09cd9f0de3a99f556a07d5c9f">More...</a><br/></td></tr>
<tr class="separator:a89bdd1e09cd9f0de3a99f556a07d5c9f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aab50c8a7998e565c96c5a26cc23632fe"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02664.html#aab50c8a7998e565c96c5a26cc23632fe">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> (const <a class="el" href="a00871.html">fvPatch</a> &amp;, const <a class="el" href="a00520.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02766.html">volMesh</a> &gt; &amp;)</td></tr>
<tr class="memdesc:aab50c8a7998e565c96c5a26cc23632fe"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct from patch and internal field.  <a href="#aab50c8a7998e565c96c5a26cc23632fe">More...</a><br/></td></tr>
<tr class="separator:aab50c8a7998e565c96c5a26cc23632fe"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9faad4217dc1acc405851d2f387b4438"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02664.html#a9faad4217dc1acc405851d2f387b4438">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> (const <a class="el" href="a00871.html">fvPatch</a> &amp;, const <a class="el" href="a00520.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02766.html">volMesh</a> &gt; &amp;, const <a class="el" href="a00511.html">dictionary</a> &amp;)</td></tr>
<tr class="memdesc:a9faad4217dc1acc405851d2f387b4438"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct from patch, internal field and dictionary.  <a href="#a9faad4217dc1acc405851d2f387b4438">More...</a><br/></td></tr>
<tr class="separator:a9faad4217dc1acc405851d2f387b4438"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a594f433e0bbf64a59167bdcf29a4a1f3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02664.html#a594f433e0bbf64a59167bdcf29a4a1f3">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> (const <a class="el" href="a02664.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> &amp;, const <a class="el" href="a00871.html">fvPatch</a> &amp;, const <a class="el" href="a00520.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02766.html">volMesh</a> &gt; &amp;, const <a class="el" href="a00873.html">fvPatchFieldMapper</a> &amp;)</td></tr>
<tr class="memdesc:a594f433e0bbf64a59167bdcf29a4a1f3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct by mapping given.  <a href="#a594f433e0bbf64a59167bdcf29a4a1f3">More...</a><br/></td></tr>
<tr class="separator:a594f433e0bbf64a59167bdcf29a4a1f3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afdeceecb1c75e9ccc98c2f489fe8fa00"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="a02578.html">tmp</a>&lt; <a class="el" href="a00835.html#af8a085fb7e6fb1c326dd31971f956a30">fvPatchScalarField</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02664.html#afdeceecb1c75e9ccc98c2f489fe8fa00">clone</a> () const </td></tr>
<tr class="memdesc:afdeceecb1c75e9ccc98c2f489fe8fa00"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct and return a clone.  <a href="#afdeceecb1c75e9ccc98c2f489fe8fa00">More...</a><br/></td></tr>
<tr class="separator:afdeceecb1c75e9ccc98c2f489fe8fa00"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad22471008430783fcf7aef3133fbf5b7"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02664.html#ad22471008430783fcf7aef3133fbf5b7">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> (const <a class="el" href="a02664.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> &amp;, const <a class="el" href="a00520.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02766.html">volMesh</a> &gt; &amp;)</td></tr>
<tr class="memdesc:ad22471008430783fcf7aef3133fbf5b7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct as copy setting internal field reference.  <a href="#ad22471008430783fcf7aef3133fbf5b7">More...</a><br/></td></tr>
<tr class="separator:ad22471008430783fcf7aef3133fbf5b7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8a53cadd8227f307947ec9c8750e5f11"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="a02578.html">tmp</a>&lt; <a class="el" href="a00835.html#af8a085fb7e6fb1c326dd31971f956a30">fvPatchScalarField</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02664.html#a8a53cadd8227f307947ec9c8750e5f11">clone</a> (const <a class="el" href="a00520.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02766.html">volMesh</a> &gt; &amp;iF) const </td></tr>
<tr class="memdesc:a8a53cadd8227f307947ec9c8750e5f11"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct and return a clone setting internal field reference.  <a href="#a8a53cadd8227f307947ec9c8750e5f11">More...</a><br/></td></tr>
<tr class="separator:a8a53cadd8227f307947ec9c8750e5f11"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7e24eafac629d3733181cd942d4c902f"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02664.html#a7e24eafac629d3733181cd942d4c902f">updateCoeffs</a> ()</td></tr>
<tr class="memdesc:a7e24eafac629d3733181cd942d4c902f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Update the coefficients associated with the patch field.  <a href="#a7e24eafac629d3733181cd942d4c902f">More...</a><br/></td></tr>
<tr class="separator:a7e24eafac629d3733181cd942d4c902f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0941061ad5a26be83b4107d05750ace6"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02664.html#a0941061ad5a26be83b4107d05750ace6">write</a> (<a class="el" href="a01709.html">Ostream</a> &amp;) const </td></tr>
<tr class="memdesc:a0941061ad5a26be83b4107d05750ace6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Write.  <a href="#a0941061ad5a26be83b4107d05750ace6">More...</a><br/></td></tr>
<tr class="separator:a0941061ad5a26be83b4107d05750ace6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_a02518"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_a02518')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="a02518.html">temperatureCoupledBase</a></td></tr>
<tr class="memitem:a6829752b115dc2923f5ab449f9bb3f62 inherit pub_methods_a02518"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#a6829752b115dc2923f5ab449f9bb3f62">temperatureCoupledBase</a> (const <a class="el" href="a00871.html">fvPatch</a> &amp;patch, const <a class="el" href="a02828.html">word</a> &amp;calculationMethod, const <a class="el" href="a02828.html">word</a> &amp;<a class="el" href="a02518.html#acebc49d422ef95ee9e1d8084aed4468a">kappaName</a>, const <a class="el" href="a02828.html">word</a> &amp;alphaAniName)</td></tr>
<tr class="memdesc:a6829752b115dc2923f5ab449f9bb3f62 inherit pub_methods_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct from patch and K name.  <a href="#a6829752b115dc2923f5ab449f9bb3f62">More...</a><br/></td></tr>
<tr class="separator:a6829752b115dc2923f5ab449f9bb3f62 inherit pub_methods_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac57043a4c13984a835e8691a89885371 inherit pub_methods_a02518"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#ac57043a4c13984a835e8691a89885371">temperatureCoupledBase</a> (const <a class="el" href="a00871.html">fvPatch</a> &amp;patch, const <a class="el" href="a00511.html">dictionary</a> &amp;<a class="el" href="a04063.html#ae9dc59731d794abc2efe9bc378de8d79">dict</a>)</td></tr>
<tr class="memdesc:ac57043a4c13984a835e8691a89885371 inherit pub_methods_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct from patch and dictionary.  <a href="#ac57043a4c13984a835e8691a89885371">More...</a><br/></td></tr>
<tr class="separator:ac57043a4c13984a835e8691a89885371 inherit pub_methods_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a02b52db32323c8e20844feec17e9854d inherit pub_methods_a02518"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#a02b52db32323c8e20844feec17e9854d">temperatureCoupledBase</a> (const <a class="el" href="a00871.html">fvPatch</a> &amp;patch, const <a class="el" href="a02518.html">temperatureCoupledBase</a> &amp;base)</td></tr>
<tr class="memdesc:a02b52db32323c8e20844feec17e9854d inherit pub_methods_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct from patch and <a class="el" href="a02518.html">temperatureCoupledBase</a>.  <a href="#a02b52db32323c8e20844feec17e9854d">More...</a><br/></td></tr>
<tr class="separator:a02b52db32323c8e20844feec17e9854d inherit pub_methods_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a38443d5870a29cb38e461bfaf97f33ae inherit pub_methods_a02518"><td class="memItemLeft" align="right" valign="top"><a class="el" href="a02828.html">word</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#a38443d5870a29cb38e461bfaf97f33ae">KMethod</a> () const </td></tr>
<tr class="memdesc:a38443d5870a29cb38e461bfaf97f33ae inherit pub_methods_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">Method to obtain K.  <a href="#a38443d5870a29cb38e461bfaf97f33ae">More...</a><br/></td></tr>
<tr class="separator:a38443d5870a29cb38e461bfaf97f33ae inherit pub_methods_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acebc49d422ef95ee9e1d8084aed4468a inherit pub_methods_a02518"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="a02828.html">word</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#acebc49d422ef95ee9e1d8084aed4468a">kappaName</a> () const </td></tr>
<tr class="memdesc:acebc49d422ef95ee9e1d8084aed4468a inherit pub_methods_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">Name of thermal conductivity field.  <a href="#acebc49d422ef95ee9e1d8084aed4468a">More...</a><br/></td></tr>
<tr class="separator:acebc49d422ef95ee9e1d8084aed4468a inherit pub_methods_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a27f7eb60b12da7ce5742958e36252898 inherit pub_methods_a02518"><td class="memItemLeft" align="right" valign="top"><a class="el" href="a02578.html">tmp</a>&lt; <a class="el" href="a00835.html#ac4bb89176bd224a72186e99235e0a397">scalarField</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#a27f7eb60b12da7ce5742958e36252898">kappa</a> (const <a class="el" href="a00835.html#ac4bb89176bd224a72186e99235e0a397">scalarField</a> &amp;Tp) const </td></tr>
<tr class="memdesc:a27f7eb60b12da7ce5742958e36252898 inherit pub_methods_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">Given patch temperature calculate corresponding K field.  <a href="#a27f7eb60b12da7ce5742958e36252898">More...</a><br/></td></tr>
<tr class="separator:a27f7eb60b12da7ce5742958e36252898 inherit pub_methods_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0941061ad5a26be83b4107d05750ace6 inherit pub_methods_a02518"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#a0941061ad5a26be83b4107d05750ace6">write</a> (<a class="el" href="a01709.html">Ostream</a> &amp;) const </td></tr>
<tr class="memdesc:a0941061ad5a26be83b4107d05750ace6 inherit pub_methods_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">Write.  <a href="#a0941061ad5a26be83b4107d05750ace6">More...</a><br/></td></tr>
<tr class="separator:a0941061ad5a26be83b4107d05750ace6 inherit pub_methods_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_types_a02518"><td colspan="2" onclick="javascript:toggleInherit('pub_types_a02518')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="a02518.html">temperatureCoupledBase</a></td></tr>
<tr class="memitem:a701b74a1ee68ce4ddcf880d38d5954b8 inherit pub_types_a02518"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#a701b74a1ee68ce4ddcf880d38d5954b8">KMethodType</a> { <a class="el" href="a02518.html#a701b74a1ee68ce4ddcf880d38d5954b8a32c94a079170707f9630d4240c495ea3">mtFluidThermo</a>, 
<a class="el" href="a02518.html#a701b74a1ee68ce4ddcf880d38d5954b8a802301b7813d5a3d66c672d170f75e78">mtSolidThermo</a>, 
<a class="el" href="a02518.html#a701b74a1ee68ce4ddcf880d38d5954b8a67254eaa269fb9d653e3a15f68a35361">mtDirectionalSolidThermo</a>, 
<a class="el" href="a02518.html#a701b74a1ee68ce4ddcf880d38d5954b8ac248b8fc04a057b8edf986dd0d6fb03e">mtLookup</a>
 }</td></tr>
<tr class="memdesc:a701b74a1ee68ce4ddcf880d38d5954b8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Type of supplied Kappa.  <a href="a02518.html#a701b74a1ee68ce4ddcf880d38d5954b8">More...</a><br/></td></tr>
<tr class="separator:a701b74a1ee68ce4ddcf880d38d5954b8 inherit pub_types_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_attribs_a02518"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_a02518')"><img src="closed.png" alt="-"/>&#160;Protected Attributes inherited from <a class="el" href="a02518.html">temperatureCoupledBase</a></td></tr>
<tr class="memitem:ab1d6a36f6d48ea6746d407e58a4b77a6 inherit pro_attribs_a02518"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="a00871.html">fvPatch</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#ab1d6a36f6d48ea6746d407e58a4b77a6">patch_</a></td></tr>
<tr class="memdesc:ab1d6a36f6d48ea6746d407e58a4b77a6 inherit pro_attribs_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">Underlying patch.  <a href="#ab1d6a36f6d48ea6746d407e58a4b77a6">More...</a><br/></td></tr>
<tr class="separator:ab1d6a36f6d48ea6746d407e58a4b77a6 inherit pro_attribs_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abe30c9f76c3f6a3532b68a717556ed5b inherit pro_attribs_a02518"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="a02518.html#a701b74a1ee68ce4ddcf880d38d5954b8">KMethodType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#abe30c9f76c3f6a3532b68a717556ed5b">method_</a></td></tr>
<tr class="memdesc:abe30c9f76c3f6a3532b68a717556ed5b inherit pro_attribs_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">How to get K.  <a href="#abe30c9f76c3f6a3532b68a717556ed5b">More...</a><br/></td></tr>
<tr class="separator:abe30c9f76c3f6a3532b68a717556ed5b inherit pro_attribs_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afb59f9d9f390a5e6e50b58c6c3e9487f inherit pro_attribs_a02518"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="a02828.html">word</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#afb59f9d9f390a5e6e50b58c6c3e9487f">kappaName_</a></td></tr>
<tr class="memdesc:afb59f9d9f390a5e6e50b58c6c3e9487f inherit pro_attribs_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">Name of thermal conductivity field (if looked up from database)  <a href="#afb59f9d9f390a5e6e50b58c6c3e9487f">More...</a><br/></td></tr>
<tr class="separator:afb59f9d9f390a5e6e50b58c6c3e9487f inherit pro_attribs_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a738804138adecdf93549f749f275ec34 inherit pro_attribs_a02518"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="a02828.html">word</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#a738804138adecdf93549f749f275ec34">alphaAniName_</a></td></tr>
<tr class="memdesc:a738804138adecdf93549f749f275ec34 inherit pro_attribs_a02518"><td class="mdescLeft">&#160;</td><td class="mdescRight">Name of the non-Isotropic alpha (default: Anialpha)  <a href="#a738804138adecdf93549f749f275ec34">More...</a><br/></td></tr>
<tr class="separator:a738804138adecdf93549f749f275ec34 inherit pro_attribs_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_static_attribs_a02518"><td colspan="2" onclick="javascript:toggleInherit('pro_static_attribs_a02518')"><img src="closed.png" alt="-"/>&#160;Static Protected Attributes inherited from <a class="el" href="a02518.html">temperatureCoupledBase</a></td></tr>
<tr class="memitem:af8e5e0008eba07d699bd4efb901b8eb4 inherit pro_static_attribs_a02518"><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="a01544.html">NamedEnum</a><br class="typebreak"/>
&lt; <a class="el" href="a02518.html#a701b74a1ee68ce4ddcf880d38d5954b8">KMethodType</a>, 4 &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02518.html#af8e5e0008eba07d699bd4efb901b8eb4">KMethodTypeNames_</a></td></tr>
<tr class="separator:af8e5e0008eba07d699bd4efb901b8eb4 inherit pro_static_attribs_a02518"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock">
<p>Definition at line <a class="el" href="a10090_source.html#l00137">137</a> of file <a class="el" href="a10090_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H</a>.</p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aab50c8a7998e565c96c5a26cc23632fe"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02664.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a00871.html">fvPatch</a> &amp;&#160;</td>
          <td class="paramname"><em>p</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00520.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02766.html">volMesh</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>iF</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct from patch and internal field. </p>

<p>Definition at line <a class="el" href="a10089_source.html#l00043">43</a> of file <a class="el" href="a10089_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

</div>
</div>
<a class="anchor" id="a9faad4217dc1acc405851d2f387b4438"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02664.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a00871.html">fvPatch</a> &amp;&#160;</td>
          <td class="paramname"><em>p</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00520.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02766.html">volMesh</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>iF</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00511.html">dictionary</a> &amp;&#160;</td>
          <td class="paramname"><em>dict</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct from patch, internal field and dictionary. </p>

<p>Definition at line <a class="el" href="a10089_source.html#l00081">81</a> of file <a class="el" href="a10089_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

<p>References <a class="el" href="a03068.html#a942cd19121a46cdc649099eb27c74b18">dimensionedInternalField()</a>, <a class="el" href="a07308_source.html#l00125">Foam::exit()</a>, <a class="el" href="a07307_source.html#l00303">Foam::FatalError</a>, <a class="el" href="a07307_source.html#l00318">FatalErrorIn</a>, <a class="el" href="a07254_source.html#l00422">forAll</a>, <a class="el" href="a07268_source.html#l00306">dictionary::found()</a>, <a class="el" href="a07268_source.html#l00452">dictionary::lookup()</a>, <a class="el" href="a05521_source.html#l00150">fvPatch::name()</a>, and <a class="el" href="a05521_source.html#l00162">fvPatch::size()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="a02664_a9faad4217dc1acc405851d2f387b4438_cgraph.png" border="0" usemap="#a02664_a9faad4217dc1acc405851d2f387b4438_cgraph" alt=""/></div>
<map name="a02664_a9faad4217dc1acc405851d2f387b4438_cgraph" id="a02664_a9faad4217dc1acc405851d2f387b4438_cgraph">
<area shape="rect" id="node3" href="a03068.html#a942cd19121a46cdc649099eb27c74b18" title="dimensionedInternalField" alt="" coords="264,5,437,35"/><area shape="rect" id="node5" href="a10283.html#a06ca7250d8e89caf05243ec094843642" title="Foam::exit" alt="" coords="308,58,393,89"/><area shape="rect" id="node7" href="a00511.html#ae9d6521e0e8d3956f9b49ddeb44877b8" title="Search dictionary for given keyword. " alt="" coords="269,111,432,142"/><area shape="rect" id="node9" href="a00511.html#a8baab402d653d6e789f67c57e23a5b59" title="Find and return an entry data stream. " alt="" coords="265,165,436,195"/><area shape="rect" id="node11" href="a00871.html#a75b72488d2e82151b025744974919d5d" title="Return name. " alt="" coords="276,218,425,249"/><area shape="rect" id="node13" href="a00871.html#aefe0792b5b0175e6022a92a906fdf053" title="Return size. " alt="" coords="280,271,421,302"/></map>
</div>
</p>

</div>
</div>
<a class="anchor" id="a594f433e0bbf64a59167bdcf29a4a1f3"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02664.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a02664.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> &amp;&#160;</td>
          <td class="paramname"><em>ptf</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00871.html">fvPatch</a> &amp;&#160;</td>
          <td class="paramname"><em>p</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00520.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02766.html">volMesh</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>iF</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00873.html">fvPatchFieldMapper</a> &amp;&#160;</td>
          <td class="paramname"><em>mapper</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct by mapping given. </p>
<p><a class="el" href="a02664.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> onto a new patch </p>

<p>Definition at line <a class="el" href="a10089_source.html#l00063">63</a> of file <a class="el" href="a10089_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

</div>
</div>
<a class="anchor" id="ad22471008430783fcf7aef3133fbf5b7"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02664.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a02664.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> &amp;&#160;</td>
          <td class="paramname"><em>wtcsf</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00520.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02766.html">volMesh</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>iF</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct as copy setting internal field reference. </p>

<p>Definition at line <a class="el" href="a10089_source.html#l00150">150</a> of file <a class="el" href="a10089_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a89bdd1e09cd9f0de3a99f556a07d5c9f"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">TypeName </td>
          <td>(</td>
          <td class="paramtype">&quot;compressible::turbulentTemperatureCoupledBaffleMixed&quot;&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Runtime type information. </p>

</div>
</div>
<a class="anchor" id="afdeceecb1c75e9ccc98c2f489fe8fa00"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a02578.html">tmp</a>&lt;<a class="el" href="a00835.html#af8a085fb7e6fb1c326dd31971f956a30">fvPatchScalarField</a>&gt; clone </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Construct and return a clone. </p>

<p>Definition at line <a class="el" href="a10090_source.html#l00192">192</a> of file <a class="el" href="a10090_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H</a>.</p>

</div>
</div>
<a class="anchor" id="a8a53cadd8227f307947ec9c8750e5f11"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a02578.html">tmp</a>&lt;<a class="el" href="a00835.html#af8a085fb7e6fb1c326dd31971f956a30">fvPatchScalarField</a>&gt; clone </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a00520.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02766.html">volMesh</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>iF</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Construct and return a clone setting internal field reference. </p>

<p>Definition at line <a class="el" href="a10090_source.html#l00212">212</a> of file <a class="el" href="a10090_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H</a>.</p>

</div>
</div>
<a class="anchor" id="a7e24eafac629d3733181cd942d4c902f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void updateCoeffs </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Update the coefficients associated with the patch field. </p>

<p>Definition at line <a class="el" href="a10089_source.html#l00166">166</a> of file <a class="el" href="a10089_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

<p>References <a class="el" href="a03561.html#a658027ecaee450b6533bd8d019d2c1f5">boundary()</a>, <a class="el" href="a05520_source.html#l00164">fvPatch::deltaCoeffs()</a>, <a class="el" href="a03068.html#a942cd19121a46cdc649099eb27c74b18">dimensionedInternalField()</a>, <a class="el" href="a06867_source.html#l00027">mappedPatchBase::distribute()</a>, <a class="el" href="a07367_source.html#l00252">Foam::endl()</a>, <a class="el" href="a07493_source.html#l00571">Foam::gAverage()</a>, <a class="el" href="a07493_source.html#l00562">Foam::gMax()</a>, <a class="el" href="a07493_source.html#l00563">Foam::gMin()</a>, <a class="el" href="a07493_source.html#l00564">Foam::gSum()</a>, <a class="el" href="a08051_source.html#l00134">patchIdentifier::index()</a>, <a class="el" href="a07311_source.html#l00212">Foam::Info</a>, <a class="el" href="a10076_source.html#l00101">temperatureCoupledBase::kappa()</a>, <a class="el" href="a05522_source.html#l00032">fvPatch::lookupPatchField()</a>, <a class="el" href="a07390_source.html#l00452">UPstream::msgType()</a>, <a class="el" href="a05521_source.html#l00150">fvPatch::name()</a>, <a class="el" href="a07448_source.html#l00106">Foam::refCast()</a>, <a class="el" href="a06864_source.html#l01279">mappedPatchBase::sampleMesh()</a>, <a class="el" href="a06864_source.html#l01288">mappedPatchBase::samplePolyPatch()</a>, and <a class="el" href="a05302_source.html#l00045">Foam::fvc::snGrad()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="a02664_a7e24eafac629d3733181cd942d4c902f_cgraph.png" border="0" usemap="#a02664_a7e24eafac629d3733181cd942d4c902f_cgraph" alt=""/></div>
<map name="a02664_a7e24eafac629d3733181cd942d4c902f_cgraph" id="a02664_a7e24eafac629d3733181cd942d4c902f_cgraph">
<area shape="rect" id="node3" href="a03561.html#a658027ecaee450b6533bd8d019d2c1f5" title="boundary" alt="" coords="215,5,292,35"/><area shape="rect" id="node5" href="a00871.html#a68566c15658234b1c4c972ff9bfcee26" title="Return the face &#45; cell distance coeffient. " alt="" coords="161,58,345,89"/><area shape="rect" id="node7" href="a03068.html#a942cd19121a46cdc649099eb27c74b18" title="dimensionedInternalField" alt="" coords="167,111,340,142"/><area shape="rect" id="node9" href="a01400.html#a19634e92e19466f33831b6908d0a4fab" title="Wrapper around map/interpolate data distribution. " alt="" coords="164,165,343,214"/><area shape="rect" id="node11" href="a10283.html#a2db8fe02a0d3909e9351bb4275b23ce4" title="Add newline and flush stream. " alt="" coords="403,297,493,327"/><area shape="rect" id="node13" href="a10283.html#a0774e246a04e0f7aaf1fd9327798dbf3" title="Foam::gAverage" alt="" coords="191,359,316,390"/><area shape="rect" id="node16" href="a10283.html#a453d6891e8b725a1e602848a920855be" title="Foam::gSum" alt="" coords="399,663,497,694"/><area shape="rect" id="node18" href="a10283.html#a840e85178d1a4291a85fb8f3d6090253" title="Foam::gMax" alt="" coords="204,413,303,443"/><area shape="rect" id="node20" href="a10283.html#a533ebc1fd835a4fafb309d5126c9b625" title="Foam::gMin" alt="" coords="207,466,300,497"/><area shape="rect" id="node23" href="a01771.html#a7d1e8acadb27bd2b4e61457d47b71b6f" title="Return the index of this patch in the boundaryMesh. " alt="" coords="180,519,327,569"/><area shape="rect" id="node25" href="a02518.html#a27f7eb60b12da7ce5742958e36252898" title="Given patch temperature calculate corresponding K field. " alt="" coords="160,591,347,641"/><area shape="rect" id="node27" href="a00871.html#afaaf754f8e65cc448cfe3dfb1e033ae1" title="Lookup and return the patchField of the named field from the. " alt="" coords="159,663,348,713"/><area shape="rect" id="node29" href="a02723.html#ae5b8fe6652f6320aa6c7f5c44b6f01b7" title="Message tag of standard messages. " alt="" coords="159,735,348,766"/><area shape="rect" id="node31" href="a00871.html#a75b72488d2e82151b025744974919d5d" title="Return name. " alt="" coords="179,789,328,819"/><area shape="rect" id="node33" href="a10283.html#a28f53307dad4466f23067e79a948e2a1" title="Reference type cast template function. " alt="" coords="200,842,307,873"/><area shape="rect" id="node35" href="a01400.html#a80e7d2240854cf86b347a95cb1bab341" title="Get the region mesh. " alt="" coords="164,895,343,945"/><area shape="rect" id="node37" href="a01400.html#a3434acc5afba1f7b7b8f4c573befd8b3" title="Get the patch on the region. " alt="" coords="164,287,343,337"/><area shape="rect" id="node40" href="a10317.html#a15da734ee906cb52cf17937ab84c41a0" title="Foam::fvc::snGrad" alt="" coords="187,1018,320,1049"/></map>
</div>
</p>

</div>
</div>
<a class="anchor" id="a0941061ad5a26be83b4107d05750ace6"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void write </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01709.html">Ostream</a> &amp;&#160;</td>
          <td class="paramname"><em>os</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Write. </p>

<p>Definition at line <a class="el" href="a10089_source.html#l00267">267</a> of file <a class="el" href="a10089_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

<p>References <a class="el" href="a07409_source.html#l00100">token::END_STATEMENT</a>, <a class="el" href="a07367_source.html#l00261">Foam::nl</a>, <a class="el" href="a02861.html#a8f30b3c2179b03a7acf273e9dea43342">write()</a>, <a class="el" href="a10076_source.html#l00234">temperatureCoupledBase::write()</a>, and <a class="el" href="a07366_source.html#l00059">Ostream::writeKeyword()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="a02664_a0941061ad5a26be83b4107d05750ace6_cgraph.png" border="0" usemap="#a02664_a0941061ad5a26be83b4107d05750ace6_cgraph" alt=""/></div>
<map name="a02664_a0941061ad5a26be83b4107d05750ace6_cgraph" id="a02664_a0941061ad5a26be83b4107d05750ace6_cgraph">
<area shape="rect" id="node3" href="a02861.html#a8f30b3c2179b03a7acf273e9dea43342" title="write" alt="" coords="592,18,643,48"/><area shape="rect" id="node5" href="a02518.html#a0941061ad5a26be83b4107d05750ace6" title="Write. " alt="" coords="104,39,291,88"/><area shape="rect" id="node7" href="a01709.html#a3c58b2bb9174ea3c4a5fa58095d1290e" title="Write the keyword followed by an appropriate indentation. " alt="" coords="339,48,544,79"/></map>
</div>
</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/<a class="el" href="a10090_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H</a></li>
<li>src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/<a class="el" href="a10089_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a></li>
</ul>
</div><!-- contents -->
  <!-- end of doxygen-generated content -->
  </div> <!-- main -->
  <div class="footer">
    <p>
      Copyright&nbsp;&copy;&nbsp;2011-2013&nbsp;
      <a href="http://www.openfoam.org/about">OpenFOAM Foundation</a>
      |
      OPENFOAM&reg; is a registered
      <a href="http://www.openfoam.com/legal/trademark-policy.php">trademarks
      </a> of OpenCFD Ltd.
    </p>
    <p class="credits">
      Based on design by
      <a target="new" href="http://1234.info">1234.info</a>
      |
      Content generated by
      <a target="new" href="http://www.doxygen.org">doxygen</a>
    </p>
  </div>  <!-- footer -->
</div>  <!-- page-container -->
</body>
</html>
broken_a02664.html (45,615 bytes)   

wyldckat

2015-02-08 15:34

updater  

repaired_a02661.html (49,946 bytes)   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UFT-8"/>
<title> OpenFOAM&reg; Programmer's C++ documentation </title>
<!-- links -->
<link href="../OpenFOAMdocIcon.png" rel="icon" type="image/png" />
<link href="search/search.css" rel="stylesheet" type="text/css" />
<link href="../css/openfoam.css" rel="stylesheet" type="text/css" />
<script type="text/javaScript" src="search/search.js"></script>
<!-- meta info -->
<meta
    name="keywords"
    content="computational fluid dynamics, CFD, OpenFOAM, open source CFD, open source"
    />
</head>
<body>
<div class="page-container">
  <div class="header">
    <div class="header-top">
      <a class="sitelogo" href="http://www.openfoam.org" title="Home">
        <img class=left src="../css/img/OpenFOAMlogo.png">
      </a>
      <div class="sitename">
        <h1>
          <a href="http://foam.sourceforge.net/doc/Doxygen/html/"
             title="Source Guide">OpenFOAM C++ Documentation
          </a>
        </h1>
      </div>
    </div>  <!-- header-top -->
  </div>  <!-- header -->
  <div class="main">
    <div>
    <!-- begin of doxygen-generated content -->
<!-- Generated by Doxygen 1.8.5 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(11)"><span class="SelectionMark">&#160;</span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(12)"><span class="SelectionMark">&#160;</span>Pages</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="a10278.html">Foam</a></li><li class="navelem"><a class="el" href="a10285.html">compressible</a></li><li class="navelem"><a class="el" href="a02661.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="a25125.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Mixed boundary condition for temperature, to be used for heat-transfer on back-to-back baffles.Optional thin thermal layer resistances can be specified through thicknessLayers and kappaLayers entries.  
 <a href="a02661.html#details">More...</a></p>
<div class="dynheader">
Inheritance diagram for turbulentTemperatureCoupledBaffleMixedFvPatchScalarField:</div>
<div class="dyncontent">
<div class="center"><img src="a25126.png" border="0" usemap="#turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_inherit__map" alt="Inheritance graph"/></div>
<map name="turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_inherit__map" id="turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_inherit__map">
<area shape="rect" id="node4" href="a02515.html" title="temperatureCoupledBase" alt="" coords="205,6,381,37"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for turbulentTemperatureCoupledBaffleMixedFvPatchScalarField:</div>
<div class="dyncontent">
<div class="center"><img src="a25127.png" border="0" usemap="#turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_coll__map" alt="Collaboration graph"/></div>
<map name="turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_coll__map" id="turbulentTemperatureCoupledBaffleMixedFvPatchScalarField_coll__map">
<area shape="rect" id="node4" href="a02515.html" title="temperatureCoupledBase" alt="" coords="205,6,381,37"/></map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a89bdd1e09cd9f0de3a99f556a07d5c9f"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02661.html#a89bdd1e09cd9f0de3a99f556a07d5c9f">TypeName</a> (&quot;compressible::turbulentTemperatureCoupledBaffleMixed&quot;)</td></tr>
<tr class="memdesc:a89bdd1e09cd9f0de3a99f556a07d5c9f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Runtime type information.  <a href="#a89bdd1e09cd9f0de3a99f556a07d5c9f">More...</a><br/></td></tr>
<tr class="separator:a89bdd1e09cd9f0de3a99f556a07d5c9f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aab50c8a7998e565c96c5a26cc23632fe"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02661.html#aab50c8a7998e565c96c5a26cc23632fe">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> (const <a class="el" href="a00868.html">fvPatch</a> &amp;, const <a class="el" href="a00519.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02761.html">volMesh</a> &gt; &amp;)</td></tr>
<tr class="memdesc:aab50c8a7998e565c96c5a26cc23632fe"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct from patch and internal field.  <a href="#aab50c8a7998e565c96c5a26cc23632fe">More...</a><br/></td></tr>
<tr class="separator:aab50c8a7998e565c96c5a26cc23632fe"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9faad4217dc1acc405851d2f387b4438"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02661.html#a9faad4217dc1acc405851d2f387b4438">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> (const <a class="el" href="a00868.html">fvPatch</a> &amp;, const <a class="el" href="a00519.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02761.html">volMesh</a> &gt; &amp;, const <a class="el" href="a00510.html">dictionary</a> &amp;)</td></tr>
<tr class="memdesc:a9faad4217dc1acc405851d2f387b4438"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct from patch, internal field and dictionary.  <a href="#a9faad4217dc1acc405851d2f387b4438">More...</a><br/></td></tr>
<tr class="separator:a9faad4217dc1acc405851d2f387b4438"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a594f433e0bbf64a59167bdcf29a4a1f3"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02661.html#a594f433e0bbf64a59167bdcf29a4a1f3">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> (const <a class="el" href="a02661.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> &amp;, const <a class="el" href="a00868.html">fvPatch</a> &amp;, const <a class="el" href="a00519.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02761.html">volMesh</a> &gt; &amp;, const <a class="el" href="a00870.html">fvPatchFieldMapper</a> &amp;)</td></tr>
<tr class="memdesc:a594f433e0bbf64a59167bdcf29a4a1f3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct by mapping given.  <a href="#a594f433e0bbf64a59167bdcf29a4a1f3">More...</a><br/></td></tr>
<tr class="separator:a594f433e0bbf64a59167bdcf29a4a1f3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afdeceecb1c75e9ccc98c2f489fe8fa00"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="a02575.html">tmp</a>&lt; <a class="el" href="a10278.html#af8a085fb7e6fb1c326dd31971f956a30">fvPatchScalarField</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02661.html#afdeceecb1c75e9ccc98c2f489fe8fa00">clone</a> () const </td></tr>
<tr class="memdesc:afdeceecb1c75e9ccc98c2f489fe8fa00"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct and return a clone.  <a href="#afdeceecb1c75e9ccc98c2f489fe8fa00">More...</a><br/></td></tr>
<tr class="separator:afdeceecb1c75e9ccc98c2f489fe8fa00"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad22471008430783fcf7aef3133fbf5b7"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02661.html#ad22471008430783fcf7aef3133fbf5b7">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> (const <a class="el" href="a02661.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> &amp;, const <a class="el" href="a00519.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02761.html">volMesh</a> &gt; &amp;)</td></tr>
<tr class="memdesc:ad22471008430783fcf7aef3133fbf5b7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct as copy setting internal field reference.  <a href="#ad22471008430783fcf7aef3133fbf5b7">More...</a><br/></td></tr>
<tr class="separator:ad22471008430783fcf7aef3133fbf5b7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8a53cadd8227f307947ec9c8750e5f11"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="a02575.html">tmp</a>&lt; <a class="el" href="a10278.html#af8a085fb7e6fb1c326dd31971f956a30">fvPatchScalarField</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02661.html#a8a53cadd8227f307947ec9c8750e5f11">clone</a> (const <a class="el" href="a00519.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02761.html">volMesh</a> &gt; &amp;iF) const </td></tr>
<tr class="memdesc:a8a53cadd8227f307947ec9c8750e5f11"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct and return a clone setting internal field reference.  <a href="#a8a53cadd8227f307947ec9c8750e5f11">More...</a><br/></td></tr>
<tr class="separator:a8a53cadd8227f307947ec9c8750e5f11"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7e24eafac629d3733181cd942d4c902f"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02661.html#a7e24eafac629d3733181cd942d4c902f">updateCoeffs</a> ()</td></tr>
<tr class="memdesc:a7e24eafac629d3733181cd942d4c902f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Update the coefficients associated with the patch field.  <a href="#a7e24eafac629d3733181cd942d4c902f">More...</a><br/></td></tr>
<tr class="separator:a7e24eafac629d3733181cd942d4c902f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0941061ad5a26be83b4107d05750ace6"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02661.html#a0941061ad5a26be83b4107d05750ace6">write</a> (<a class="el" href="a01706.html">Ostream</a> &amp;) const </td></tr>
<tr class="memdesc:a0941061ad5a26be83b4107d05750ace6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Write.  <a href="#a0941061ad5a26be83b4107d05750ace6">More...</a><br/></td></tr>
<tr class="separator:a0941061ad5a26be83b4107d05750ace6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_a02515"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_a02515')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="a02515.html">temperatureCoupledBase</a></td></tr>
<tr class="memitem:a6829752b115dc2923f5ab449f9bb3f62 inherit pub_methods_a02515"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#a6829752b115dc2923f5ab449f9bb3f62">temperatureCoupledBase</a> (const <a class="el" href="a00868.html">fvPatch</a> &amp;patch, const <a class="el" href="a02823.html">word</a> &amp;calculationMethod, const <a class="el" href="a02823.html">word</a> &amp;<a class="el" href="a02515.html#acebc49d422ef95ee9e1d8084aed4468a">kappaName</a>, const <a class="el" href="a02823.html">word</a> &amp;alphaAniName)</td></tr>
<tr class="memdesc:a6829752b115dc2923f5ab449f9bb3f62 inherit pub_methods_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct from patch and K name.  <a href="#a6829752b115dc2923f5ab449f9bb3f62">More...</a><br/></td></tr>
<tr class="separator:a6829752b115dc2923f5ab449f9bb3f62 inherit pub_methods_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac57043a4c13984a835e8691a89885371 inherit pub_methods_a02515"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#ac57043a4c13984a835e8691a89885371">temperatureCoupledBase</a> (const <a class="el" href="a00868.html">fvPatch</a> &amp;patch, const <a class="el" href="a00510.html">dictionary</a> &amp;<a class="el" href="a04058.html#ae9dc59731d794abc2efe9bc378de8d79">dict</a>)</td></tr>
<tr class="memdesc:ac57043a4c13984a835e8691a89885371 inherit pub_methods_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct from patch and dictionary.  <a href="#ac57043a4c13984a835e8691a89885371">More...</a><br/></td></tr>
<tr class="separator:ac57043a4c13984a835e8691a89885371 inherit pub_methods_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a02b52db32323c8e20844feec17e9854d inherit pub_methods_a02515"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#a02b52db32323c8e20844feec17e9854d">temperatureCoupledBase</a> (const <a class="el" href="a00868.html">fvPatch</a> &amp;patch, const <a class="el" href="a02515.html">temperatureCoupledBase</a> &amp;base)</td></tr>
<tr class="memdesc:a02b52db32323c8e20844feec17e9854d inherit pub_methods_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Construct from patch and <a class="el" href="a02515.html">temperatureCoupledBase</a>.  <a href="#a02b52db32323c8e20844feec17e9854d">More...</a><br/></td></tr>
<tr class="separator:a02b52db32323c8e20844feec17e9854d inherit pub_methods_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a38443d5870a29cb38e461bfaf97f33ae inherit pub_methods_a02515"><td class="memItemLeft" align="right" valign="top"><a class="el" href="a02823.html">word</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#a38443d5870a29cb38e461bfaf97f33ae">KMethod</a> () const </td></tr>
<tr class="memdesc:a38443d5870a29cb38e461bfaf97f33ae inherit pub_methods_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Method to obtain K.  <a href="#a38443d5870a29cb38e461bfaf97f33ae">More...</a><br/></td></tr>
<tr class="separator:a38443d5870a29cb38e461bfaf97f33ae inherit pub_methods_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acebc49d422ef95ee9e1d8084aed4468a inherit pub_methods_a02515"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="a02823.html">word</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#acebc49d422ef95ee9e1d8084aed4468a">kappaName</a> () const </td></tr>
<tr class="memdesc:acebc49d422ef95ee9e1d8084aed4468a inherit pub_methods_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Name of thermal conductivity field.  <a href="#acebc49d422ef95ee9e1d8084aed4468a">More...</a><br/></td></tr>
<tr class="separator:acebc49d422ef95ee9e1d8084aed4468a inherit pub_methods_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a27f7eb60b12da7ce5742958e36252898 inherit pub_methods_a02515"><td class="memItemLeft" align="right" valign="top"><a class="el" href="a02575.html">tmp</a>&lt; <a class="el" href="a10278.html#a6e363d070e971ead1a4c40475084e584">scalarField</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#a27f7eb60b12da7ce5742958e36252898">kappa</a> (const <a class="el" href="a10278.html#a6e363d070e971ead1a4c40475084e584">scalarField</a> &amp;Tp) const </td></tr>
<tr class="memdesc:a27f7eb60b12da7ce5742958e36252898 inherit pub_methods_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Given patch temperature calculate corresponding K field.  <a href="#a27f7eb60b12da7ce5742958e36252898">More...</a><br/></td></tr>
<tr class="separator:a27f7eb60b12da7ce5742958e36252898 inherit pub_methods_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0941061ad5a26be83b4107d05750ace6 inherit pub_methods_a02515"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#a0941061ad5a26be83b4107d05750ace6">write</a> (<a class="el" href="a01706.html">Ostream</a> &amp;) const </td></tr>
<tr class="memdesc:a0941061ad5a26be83b4107d05750ace6 inherit pub_methods_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Write.  <a href="#a0941061ad5a26be83b4107d05750ace6">More...</a><br/></td></tr>
<tr class="separator:a0941061ad5a26be83b4107d05750ace6 inherit pub_methods_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_types_a02515"><td colspan="2" onclick="javascript:toggleInherit('pub_types_a02515')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="a02515.html">temperatureCoupledBase</a></td></tr>
<tr class="memitem:a701b74a1ee68ce4ddcf880d38d5954b8 inherit pub_types_a02515"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#a701b74a1ee68ce4ddcf880d38d5954b8">KMethodType</a> { <a class="el" href="a02515.html#a701b74a1ee68ce4ddcf880d38d5954b8a32c94a079170707f9630d4240c495ea3">mtFluidThermo</a>, 
<a class="el" href="a02515.html#a701b74a1ee68ce4ddcf880d38d5954b8a802301b7813d5a3d66c672d170f75e78">mtSolidThermo</a>, 
<a class="el" href="a02515.html#a701b74a1ee68ce4ddcf880d38d5954b8a67254eaa269fb9d653e3a15f68a35361">mtDirectionalSolidThermo</a>, 
<a class="el" href="a02515.html#a701b74a1ee68ce4ddcf880d38d5954b8ac248b8fc04a057b8edf986dd0d6fb03e">mtLookup</a>
 }</td></tr>
<tr class="memdesc:a701b74a1ee68ce4ddcf880d38d5954b8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Type of supplied Kappa.  <a href="a02515.html#a701b74a1ee68ce4ddcf880d38d5954b8">More...</a><br/></td></tr>
<tr class="separator:a701b74a1ee68ce4ddcf880d38d5954b8 inherit pub_types_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_attribs_a02515"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_a02515')"><img src="closed.png" alt="-"/>&#160;Protected Attributes inherited from <a class="el" href="a02515.html">temperatureCoupledBase</a></td></tr>
<tr class="memitem:ab1d6a36f6d48ea6746d407e58a4b77a6 inherit pro_attribs_a02515"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="a00868.html">fvPatch</a> &amp;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#ab1d6a36f6d48ea6746d407e58a4b77a6">patch_</a></td></tr>
<tr class="memdesc:ab1d6a36f6d48ea6746d407e58a4b77a6 inherit pro_attribs_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Underlying patch.  <a href="#ab1d6a36f6d48ea6746d407e58a4b77a6">More...</a><br/></td></tr>
<tr class="separator:ab1d6a36f6d48ea6746d407e58a4b77a6 inherit pro_attribs_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abe30c9f76c3f6a3532b68a717556ed5b inherit pro_attribs_a02515"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="a02515.html#a701b74a1ee68ce4ddcf880d38d5954b8">KMethodType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#abe30c9f76c3f6a3532b68a717556ed5b">method_</a></td></tr>
<tr class="memdesc:abe30c9f76c3f6a3532b68a717556ed5b inherit pro_attribs_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">How to get K.  <a href="#abe30c9f76c3f6a3532b68a717556ed5b">More...</a><br/></td></tr>
<tr class="separator:abe30c9f76c3f6a3532b68a717556ed5b inherit pro_attribs_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afb59f9d9f390a5e6e50b58c6c3e9487f inherit pro_attribs_a02515"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="a02823.html">word</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#afb59f9d9f390a5e6e50b58c6c3e9487f">kappaName_</a></td></tr>
<tr class="memdesc:afb59f9d9f390a5e6e50b58c6c3e9487f inherit pro_attribs_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Name of thermal conductivity field (if looked up from database)  <a href="#afb59f9d9f390a5e6e50b58c6c3e9487f">More...</a><br/></td></tr>
<tr class="separator:afb59f9d9f390a5e6e50b58c6c3e9487f inherit pro_attribs_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a738804138adecdf93549f749f275ec34 inherit pro_attribs_a02515"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="a02823.html">word</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#a738804138adecdf93549f749f275ec34">alphaAniName_</a></td></tr>
<tr class="memdesc:a738804138adecdf93549f749f275ec34 inherit pro_attribs_a02515"><td class="mdescLeft">&#160;</td><td class="mdescRight">Name of the non-Isotropic alpha (default: Anialpha)  <a href="#a738804138adecdf93549f749f275ec34">More...</a><br/></td></tr>
<tr class="separator:a738804138adecdf93549f749f275ec34 inherit pro_attribs_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_static_attribs_a02515"><td colspan="2" onclick="javascript:toggleInherit('pro_static_attribs_a02515')"><img src="closed.png" alt="-"/>&#160;Static Protected Attributes inherited from <a class="el" href="a02515.html">temperatureCoupledBase</a></td></tr>
<tr class="memitem:af8e5e0008eba07d699bd4efb901b8eb4 inherit pro_static_attribs_a02515"><td class="memItemLeft" align="right" valign="top">static const <a class="el" href="a01541.html">NamedEnum</a><br class="typebreak"/>
&lt; <a class="el" href="a02515.html#a701b74a1ee68ce4ddcf880d38d5954b8">KMethodType</a>, 4 &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="a02515.html#af8e5e0008eba07d699bd4efb901b8eb4">KMethodTypeNames_</a></td></tr>
<tr class="separator:af8e5e0008eba07d699bd4efb901b8eb4 inherit pro_static_attribs_a02515"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Mixed boundary condition for temperature, to be used for heat-transfer on back-to-back baffles.Optional thin thermal layer resistances can be specified through thicknessLayers and kappaLayers entries. </p>
<p><a class="anchor" id="Description"></a>The thermal conductivity, <code>kappa</code>, can either be retrieved from the mesh database using the <code>lookup</code> option, or from a <code><a class="el" href="a02332.html" title="Fundamental solid thermodynamic properties. ">solidThermo</a></code> or <code><a class="el" href="a00829.html" title="Fundamental fluid thermodynamic properties. ">fluidThermo</a></code> thermophysical package.</p>
<p>Specifies gradient and temperature such that the equations are the same on both sides:</p>
<ul>
<li>refGradient = zero gradient</li>
<li>refValue = neighbour value</li>
<li>mixFraction = nbrKDelta / (nbrKDelta + myKDelta())</li>
</ul>
<p>where KDelta is heat-transfer coefficient K * deltaCoeffs</p>
<p><br/>
<b>Patch usage</b></p>
<table  class="OFTable">
<tr>
<th align="center"><b> Property </b> </th><th align="center"><b> Description </b> </th><th align="center"><b> Required </b> </th><th align="center"><b> Default value</b>  </th></tr>
<tr>
<td><code>kappa</code>  </td><td>thermal conductivity option  </td><td>yes  </td><td></td></tr>
<tr>
<td><code>kappaName</code>  </td><td>name of thermal conductivity field  </td><td>no  </td><td></td></tr>
<tr>
<td><code>Tnbr</code>  </td><td>name of the field  </td><td>no  </td><td>T  </td></tr>
<tr>
<td><code>thicknessLayers</code>  </td><td>list of thicknesses per layer [m]  </td><td>no  </td><td></td></tr>
<tr>
<td><code>kappaLayers</code>  </td><td>list of thermal conductivites per layer [W/m/K]  </td><td>no  </td><td></td></tr>
</table>
<p>Example of the boundary condition specification: </p>
<pre class="fragment">    myPatch
    {
        type            compressible::turbulentTemperatureCoupledBaffleMixed;
        Tnbr            T;
        kappa           lookup;
        KappaName       kappa;
        thicknessLayers (0.1 0.2 0.3 0.4);
        kappaLayers     (1 2 3 4)
        value           uniform 300;
    }</pre><p>Needs to be on underlying mapped(Wall)FvPatch.</p>
<p>Note: kappa : heat conduction at patch. Gets supplied how to lookup calculate kappa:</p>
<ul>
<li>'lookup' : lookup volScalarField (or volSymmTensorField) with name</li>
<li>'<a class="el" href="a00829.html" title="Fundamental fluid thermodynamic properties. ">fluidThermo</a>' : use <a class="el" href="a00829.html" title="Fundamental fluid thermodynamic properties. ">fluidThermo</a> and compressible::RASmodel to calculate kappa</li>
<li>'<a class="el" href="a02332.html" title="Fundamental solid thermodynamic properties. ">solidThermo</a>' : use <a class="el" href="a02332.html" title="Fundamental solid thermodynamic properties. ">solidThermo</a> <a class="el" href="a02515.html#a27f7eb60b12da7ce5742958e36252898" title="Given patch temperature calculate corresponding K field. ">kappa()</a></li>
<li>'directionalSolidThermo' directionalKappa()</li>
</ul>
<dl class="section user"><dt>Source files</dt><dd><ul>
<li>
<a href="../../../src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H</a> </li>
<li>
<a href="../../../src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a> </li>
</ul>
</dd></dl>

<p>Definition at line <a class="el" href="a10085_source.html#l00134">134</a> of file <a class="el" href="a10085_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H</a>.</p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aab50c8a7998e565c96c5a26cc23632fe"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02661.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a00868.html">fvPatch</a> &amp;&#160;</td>
          <td class="paramname"><em>p</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00519.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02761.html">volMesh</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>iF</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct from patch and internal field. </p>

<p>Definition at line <a class="el" href="a10084_source.html#l00043">43</a> of file <a class="el" href="a10084_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

</div>
</div>
<a class="anchor" id="a9faad4217dc1acc405851d2f387b4438"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02661.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a00868.html">fvPatch</a> &amp;&#160;</td>
          <td class="paramname"><em>p</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00519.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02761.html">volMesh</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>iF</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00510.html">dictionary</a> &amp;&#160;</td>
          <td class="paramname"><em>dict</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct from patch, internal field and dictionary. </p>

<p>Definition at line <a class="el" href="a10084_source.html#l00081">81</a> of file <a class="el" href="a10084_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

<p>References <a class="el" href="a03063.html#a942cd19121a46cdc649099eb27c74b18">dimensionedInternalField()</a>, <a class="el" href="a07303_source.html#l00124">Foam::exit()</a>, <a class="el" href="a10278.html#ac50d206700f3f71855dd30c9a076de43">Foam::FatalError</a>, <a class="el" href="a07302_source.html#l00317">FatalErrorIn</a>, <a class="el" href="a07249_source.html#l00421">forAll</a>, <a class="el" href="a07263_source.html#l00306">dictionary::found()</a>, <a class="el" href="a07263_source.html#l00452">dictionary::lookup()</a>, <a class="el" href="a05516_source.html#l00149">fvPatch::name()</a>, <a class="el" href="a05108_source.html#l00387">fvPatchField&lt; Type &gt;::operator=()</a>, and <a class="el" href="a05516_source.html#l00161">fvPatch::size()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="a02661_a9faad4217dc1acc405851d2f387b4438_cgraph.png" border="0" usemap="#a02661_a9faad4217dc1acc405851d2f387b4438_cgraph" alt=""/></div>
<map name="a02661_a9faad4217dc1acc405851d2f387b4438_cgraph" id="a02661_a9faad4217dc1acc405851d2f387b4438_cgraph">
<area shape="rect" id="node3" href="a03063.html#a942cd19121a46cdc649099eb27c74b18" title="dimensionedInternalField" alt="" coords="264,5,437,35"/><area shape="rect" id="node5" href="a10278.html#a06ca7250d8e89caf05243ec094843642" title="Foam::exit" alt="" coords="308,58,393,89"/><area shape="rect" id="node7" href="a00510.html#ae9d6521e0e8d3956f9b49ddeb44877b8" title="Search dictionary for given keyword. " alt="" coords="269,111,432,142"/><area shape="rect" id="node9" href="a00510.html#a8baab402d653d6e789f67c57e23a5b59" title="Find and return an entry data stream. " alt="" coords="265,165,436,195"/><area shape="rect" id="node11" href="a00868.html#a75b72488d2e82151b025744974919d5d" title="Return name. " alt="" coords="276,218,425,249"/><area shape="rect" id="node13" href="a00869.html#a6a896c9a07142ef7985d976d61181176" title="Foam::fvPatchField\l::operator=" alt="" coords="281,271,420,321"/><area shape="rect" id="node15" href="a00868.html#aefe0792b5b0175e6022a92a906fdf053" title="Return size. " alt="" coords="280,343,421,374"/></map>
</div>
</p>

</div>
</div>
<a class="anchor" id="a594f433e0bbf64a59167bdcf29a4a1f3"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02661.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a02661.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> &amp;&#160;</td>
          <td class="paramname"><em>ptf</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00868.html">fvPatch</a> &amp;&#160;</td>
          <td class="paramname"><em>p</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00519.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02761.html">volMesh</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>iF</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00870.html">fvPatchFieldMapper</a> &amp;&#160;</td>
          <td class="paramname"><em>mapper</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct by mapping given. </p>
<p><a class="el" href="a02661.html" title="Mixed boundary condition for temperature, to be used for heat-transfer on back-to-back baffles...">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> onto a new patch </p>

<p>Definition at line <a class="el" href="a10084_source.html#l00063">63</a> of file <a class="el" href="a10084_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

</div>
</div>
<a class="anchor" id="ad22471008430783fcf7aef3133fbf5b7"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02661.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a02661.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField</a> &amp;&#160;</td>
          <td class="paramname"><em>wtcsf</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="a00519.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02761.html">volMesh</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>iF</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Construct as copy setting internal field reference. </p>

<p>Definition at line <a class="el" href="a10084_source.html#l00150">150</a> of file <a class="el" href="a10084_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a89bdd1e09cd9f0de3a99f556a07d5c9f"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">TypeName </td>
          <td>(</td>
          <td class="paramtype">&quot;compressible::turbulentTemperatureCoupledBaffleMixed&quot;&#160;</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Runtime type information. </p>

</div>
</div>
<a class="anchor" id="afdeceecb1c75e9ccc98c2f489fe8fa00"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a02575.html">tmp</a>&lt;<a class="el" href="a10278.html#af8a085fb7e6fb1c326dd31971f956a30">fvPatchScalarField</a>&gt; clone </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Construct and return a clone. </p>

<p>Definition at line <a class="el" href="a10085_source.html#l00189">189</a> of file <a class="el" href="a10085_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H</a>.</p>

</div>
</div>
<a class="anchor" id="a8a53cadd8227f307947ec9c8750e5f11"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a02575.html">tmp</a>&lt;<a class="el" href="a10278.html#af8a085fb7e6fb1c326dd31971f956a30">fvPatchScalarField</a>&gt; clone </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="a00519.html">DimensionedField</a>&lt; scalar, <a class="el" href="a02761.html">volMesh</a> &gt; &amp;&#160;</td>
          <td class="paramname"><em>iF</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Construct and return a clone setting internal field reference. </p>

<p>Definition at line <a class="el" href="a10085_source.html#l00209">209</a> of file <a class="el" href="a10085_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H</a>.</p>

</div>
</div>
<a class="anchor" id="a7e24eafac629d3733181cd942d4c902f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void updateCoeffs </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Update the coefficients associated with the patch field. </p>

<p>Definition at line <a class="el" href="a10084_source.html#l00166">166</a> of file <a class="el" href="a10084_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

<p>References <a class="el" href="a03556.html#a658027ecaee450b6533bd8d019d2c1f5">boundary()</a>, <a class="el" href="a05515_source.html#l00164">fvPatch::deltaCoeffs()</a>, <a class="el" href="a03063.html#a942cd19121a46cdc649099eb27c74b18">dimensionedInternalField()</a>, <a class="el" href="a06862_source.html#l00027">mappedPatchBase::distribute()</a>, <a class="el" href="a07362_source.html#l00251">Foam::endl()</a>, <a class="el" href="a07488_source.html#l00571">Foam::gAverage()</a>, <a class="el" href="a07488_source.html#l00562">Foam::gMax()</a>, <a class="el" href="a07488_source.html#l00563">Foam::gMin()</a>, <a class="el" href="a07488_source.html#l00564">Foam::gSum()</a>, <a class="el" href="a08046_source.html#l00133">patchIdentifier::index()</a>, <a class="el" href="a10278.html#a501e80d1e14c94973e82f1555e7eb711">Foam::Info</a>, <a class="el" href="a10071_source.html#l00101">temperatureCoupledBase::kappa()</a>, <a class="el" href="a05517_source.html#l00032">fvPatch::lookupPatchField()</a>, <a class="el" href="a07385_source.html#l00451">UPstream::msgType()</a>, <a class="el" href="a05516_source.html#l00149">fvPatch::name()</a>, <a class="el" href="a07443_source.html#l00106">Foam::refCast()</a>, <a class="el" href="a06859_source.html#l01279">mappedPatchBase::sampleMesh()</a>, <a class="el" href="a06859_source.html#l01288">mappedPatchBase::samplePolyPatch()</a>, and <a class="el" href="a05297_source.html#l00045">Foam::fvc::snGrad()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="a02661_a7e24eafac629d3733181cd942d4c902f_cgraph.png" border="0" usemap="#a02661_a7e24eafac629d3733181cd942d4c902f_cgraph" alt=""/></div>
<map name="a02661_a7e24eafac629d3733181cd942d4c902f_cgraph" id="a02661_a7e24eafac629d3733181cd942d4c902f_cgraph">
<area shape="rect" id="node3" href="a03556.html#a658027ecaee450b6533bd8d019d2c1f5" title="boundary" alt="" coords="215,5,292,35"/><area shape="rect" id="node5" href="a00868.html#a68566c15658234b1c4c972ff9bfcee26" title="Return the face &#45; cell distance coeffient. " alt="" coords="161,58,345,89"/><area shape="rect" id="node7" href="a03063.html#a942cd19121a46cdc649099eb27c74b18" title="dimensionedInternalField" alt="" coords="167,111,340,142"/><area shape="rect" id="node9" href="a01397.html#a19634e92e19466f33831b6908d0a4fab" title="Wrapper around map/interpolate data distribution. " alt="" coords="164,165,343,214"/><area shape="rect" id="node11" href="a10278.html#a2db8fe02a0d3909e9351bb4275b23ce4" title="Add newline and flush stream. " alt="" coords="403,297,493,327"/><area shape="rect" id="node13" href="a10278.html#ab45e56189711a2e5cdd381a0e2b6cc5c" title="Foam::gAverage" alt="" coords="191,359,316,390"/><area shape="rect" id="node16" href="a10278.html#a11b1ebb4c53ad062332767d75ca96328" title="Foam::gSum" alt="" coords="399,663,497,694"/><area shape="rect" id="node18" href="a10278.html#ae8d631fb8e841947408bb711abfb1e67" title="Foam::gMax" alt="" coords="204,413,303,443"/><area shape="rect" id="node20" href="a10278.html#aca330ee6cfe7d602300dbc5905f8c9f6" title="Foam::gMin" alt="" coords="207,466,300,497"/><area shape="rect" id="node23" href="a01768.html#a7d1e8acadb27bd2b4e61457d47b71b6f" title="Return the index of this patch in the boundaryMesh. " alt="" coords="180,519,327,569"/><area shape="rect" id="node25" href="a02515.html#a27f7eb60b12da7ce5742958e36252898" title="Given patch temperature calculate corresponding K field. " alt="" coords="160,591,347,641"/><area shape="rect" id="node27" href="a00868.html#afaaf754f8e65cc448cfe3dfb1e033ae1" title="Lookup and return the patchField of the named field from the. " alt="" coords="159,663,348,713"/><area shape="rect" id="node29" href="a02718.html#ae5b8fe6652f6320aa6c7f5c44b6f01b7" title="Message tag of standard messages. " alt="" coords="159,735,348,766"/><area shape="rect" id="node31" href="a00868.html#a75b72488d2e82151b025744974919d5d" title="Return name. " alt="" coords="179,789,328,819"/><area shape="rect" id="node33" href="a10278.html#a28f53307dad4466f23067e79a948e2a1" title="Reference type cast template function. " alt="" coords="200,842,307,873"/><area shape="rect" id="node35" href="a01397.html#a80e7d2240854cf86b347a95cb1bab341" title="Get the region mesh. " alt="" coords="164,895,343,945"/><area shape="rect" id="node37" href="a01397.html#a3434acc5afba1f7b7b8f4c573befd8b3" title="Get the patch on the region. " alt="" coords="164,287,343,337"/><area shape="rect" id="node40" href="a10312.html#a15da734ee906cb52cf17937ab84c41a0" title="Foam::fvc::snGrad" alt="" coords="187,1018,320,1049"/></map>
</div>
</p>

</div>
</div>
<a class="anchor" id="a0941061ad5a26be83b4107d05750ace6"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void write </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01706.html">Ostream</a> &amp;&#160;</td>
          <td class="paramname"><em>os</em></td><td>)</td>
          <td> const</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">virtual</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Write. </p>

<p>Definition at line <a class="el" href="a10084_source.html#l00267">267</a> of file <a class="el" href="a10084_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a>.</p>

<p>References <a class="el" href="a07404_source.html#l00099">token::END_STATEMENT</a>, <a class="el" href="a07362_source.html#l00260">Foam::nl</a>, <a class="el" href="a02856.html#a8f30b3c2179b03a7acf273e9dea43342">write()</a>, <a class="el" href="a10071_source.html#l00234">temperatureCoupledBase::write()</a>, and <a class="el" href="a07361_source.html#l00059">Ostream::writeKeyword()</a>.</p>

<p><div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="a02661_a0941061ad5a26be83b4107d05750ace6_cgraph.png" border="0" usemap="#a02661_a0941061ad5a26be83b4107d05750ace6_cgraph" alt=""/></div>
<map name="a02661_a0941061ad5a26be83b4107d05750ace6_cgraph" id="a02661_a0941061ad5a26be83b4107d05750ace6_cgraph">
<area shape="rect" id="node3" href="a02856.html#a8f30b3c2179b03a7acf273e9dea43342" title="write" alt="" coords="592,18,643,48"/><area shape="rect" id="node5" href="a02515.html#a0941061ad5a26be83b4107d05750ace6" title="Write. " alt="" coords="104,39,291,88"/><area shape="rect" id="node7" href="a01706.html#a3c58b2bb9174ea3c4a5fa58095d1290e" title="Write the keyword followed by an appropriate indentation. " alt="" coords="339,48,544,79"/></map>
</div>
</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/<a class="el" href="a10085_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H</a></li>
<li>src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/turbulentTemperatureCoupledBaffleMixed/<a class="el" href="a10084_source.html">turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C</a></li>
</ul>
</div><!-- contents -->
  <!-- end of doxygen-generated content -->
  </div> <!-- main -->
  <div class="footer">
    <p>
      Copyright&nbsp;&copy;&nbsp;2011-2013&nbsp;
      <a href="http://www.openfoam.org/about">OpenFOAM Foundation</a>
      |
      OPENFOAM&reg; is a registered
      <a href="http://www.openfoam.com/legal/trademark-policy.php">trademarks
      </a> of OpenCFD Ltd.
    </p>
    <p class="credits">
      Based on design by
      <a target="new" href="http://1234.info">1234.info</a>
      |
      Content generated by
      <a target="new" href="http://www.doxygen.org">doxygen</a>
    </p>
  </div>  <!-- footer -->
</div>  <!-- page-container -->
</body>
</html>
repaired_a02661.html (49,946 bytes)   

henry

2015-02-08 23:19

manager   ~0003729

Thanks for the update to doxyFilter.sed I will test it now.

The format of the Class entry in turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H does not conform to the rules I wrote the updated doxyFilter.sed to handle and I will fix it and aty other poorly formatted Class entries.

henry

2015-02-09 19:02

manager   ~0003742

Resolved by commit 24f0273b9231066f40ddce3f8036104c26dd7c03 in OpenFOAM-2.3.x
Resolved by commit ae4cdef8b5a25d898ae60d2fc4c145f08f1af0a1 in OpenFOAM-dev

Issue History

Date Modified Username Field Change
2015-02-07 21:58 wyldckat New Issue
2015-02-07 21:58 wyldckat File Added: a00519.html
2015-02-07 22:14 wyldckat Note Added: 0003718
2015-02-08 15:25 wyldckat File Added: doxyFilter.sed
2015-02-08 15:33 wyldckat Note Added: 0003719
2015-02-08 15:34 wyldckat File Added: fixed_a00519.html
2015-02-08 15:34 wyldckat File Added: broken_a02664.html
2015-02-08 15:34 wyldckat File Added: repaired_a02661.html
2015-02-08 23:19 henry Note Added: 0003729
2015-02-09 19:02 henry Note Added: 0003742
2015-02-09 19:02 henry Status new => resolved
2015-02-09 19:02 henry Resolution open => fixed
2015-02-09 19:02 henry Assigned To => henry