2023-03-27 10:16:23 -07:00
<!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/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
< title > PhasicFlow: fixedWall Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
2023-04-02 14:53:54 -07:00
< div id = "projectname" > < a href = "www.github.com/PhasicFlow" > PhasicFlow< / a >
  < span id = "projectnumber" > < a href = "www.github.com/PhasicFlow" > v0.1< / a > < / span >
2023-03-27 10:16:23 -07:00
< / div >
2023-04-02 14:53:54 -07:00
< div id = "projectbrief" > < a href = "https://cemf.ir" > www.cemf.ir< / a > < / div >
2023-03-27 10:16:23 -07:00
< / td >
< td > < 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 >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1fixedWall.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / 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 class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1fixedWall-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > fixedWall Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 11:35:43 -07:00
< p > Fixed wall motion model for walls.
< a href = "classpFlow_1_1fixedWall.html#details" > More...< / a > < / p >
2023-03-27 10:16:23 -07:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall_1_1Model.html" > Model< / a > < / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Motion model class to be passed to computational units/kernels for transfing points and returning velocities at various positions. < a href = "classpFlow_1_1fixedWall_1_1Model.html#details" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < 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:ae8f7bcb52c808abbf3357af6bfa0c510" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#ae8f7bcb52c808abbf3357af6bfa0c510" > TypeInfoNV< / a > (" fixedWall" )< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:ae8f7bcb52c808abbf3357af6bfa0c510" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info. < a href = "classpFlow_1_1fixedWall.html#ae8f7bcb52c808abbf3357af6bfa0c510" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae8f7bcb52c808abbf3357af6bfa0c510" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad913d1760d10df18a4e86f565c8a9596" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#ad913d1760d10df18a4e86f565c8a9596" > fixedWall< / a > ()< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:ad913d1760d10df18a4e86f565c8a9596" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Empty. < a href = "classpFlow_1_1fixedWall.html#ad913d1760d10df18a4e86f565c8a9596" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad913d1760d10df18a4e86f565c8a9596" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8e7eec7ac17bb9d1f3fda92b7efed0d4" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a8e7eec7ac17bb9d1f3fda92b7efed0d4" > fixedWall< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a8e7eec7ac17bb9d1f3fda92b7efed0d4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Constructor with dictionary. < a href = "classpFlow_1_1fixedWall.html#a8e7eec7ac17bb9d1f3fda92b7efed0d4" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a8e7eec7ac17bb9d1f3fda92b7efed0d4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad5fc75c107c27aecafd92542950c6773" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#ad5fc75c107c27aecafd92542950c6773" > fixedWall< / a > (const < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > & )=default< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:ad5fc75c107c27aecafd92542950c6773" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy constructor. < a href = "classpFlow_1_1fixedWall.html#ad5fc75c107c27aecafd92542950c6773" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad5fc75c107c27aecafd92542950c6773" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae0ebed07aaa047141da72dac3e60f253" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#ae0ebed07aaa047141da72dac3e60f253" > fixedWall< / a > (< a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > & & )=default< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:ae0ebed07aaa047141da72dac3e60f253" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move constructor. < a href = "classpFlow_1_1fixedWall.html#ae0ebed07aaa047141da72dac3e60f253" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae0ebed07aaa047141da72dac3e60f253" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a28b717c8a35f98bb46cecd765b0dc962" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a28b717c8a35f98bb46cecd765b0dc962" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > & )=default< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a28b717c8a35f98bb46cecd765b0dc962" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy assignment. < a href = "classpFlow_1_1fixedWall.html#a28b717c8a35f98bb46cecd765b0dc962" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a28b717c8a35f98bb46cecd765b0dc962" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2c61a5a82c61b9d1c78d36a4844a6635" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a2c61a5a82c61b9d1c78d36a4844a6635" > operator=< / a > (< a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > & & )=default< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a2c61a5a82c61b9d1c78d36a4844a6635" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move assignment. < a href = "classpFlow_1_1fixedWall.html#a2c61a5a82c61b9d1c78d36a4844a6635" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a2c61a5a82c61b9d1c78d36a4844a6635" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1c6f880fba7c5d7aa47fea3832218671" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a1c6f880fba7c5d7aa47fea3832218671" > ~fixedWall< / a > ()=default< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a1c6f880fba7c5d7aa47fea3832218671" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destructor. < a href = "classpFlow_1_1fixedWall.html#a1c6f880fba7c5d7aa47fea3832218671" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a1c6f880fba7c5d7aa47fea3832218671" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3058fdf81ac29297d8d55af5785f465e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1fixedWall_1_1Model.html" > Model< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a3058fdf81ac29297d8d55af5785f465e" > getModel< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t) const< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a3058fdf81ac29297d8d55af5785f465e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return motion model t is the current simulation time < br / >
< a href = "classpFlow_1_1fixedWall.html#a3058fdf81ac29297d8d55af5785f465e" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a3058fdf81ac29297d8d55af5785f465e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac8c3f014834cc9f4624fc72549a0b852" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#ac8c3f014834cc9f4624fc72549a0b852" > nameToIndex< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & name) const< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:ac8c3f014834cc9f4624fc72549a0b852" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Name of the motion component to index. < a href = "classpFlow_1_1fixedWall.html#ac8c3f014834cc9f4624fc72549a0b852" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ac8c3f014834cc9f4624fc72549a0b852" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afeceeb1f38a2a1761fb49e01622dbf01" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#afeceeb1f38a2a1761fb49e01622dbf01" > indexToName< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > i) const< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:afeceeb1f38a2a1761fb49e01622dbf01" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Index of motion component to name. < a href = "classpFlow_1_1fixedWall.html#afeceeb1f38a2a1761fb49e01622dbf01" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:afeceeb1f38a2a1761fb49e01622dbf01" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a68e2066fedf398ac9614958059169f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a6a68e2066fedf398ac9614958059169f" > pointVelocity< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > < a class = "el" href = "NBSLoop_8hpp.html#aad8b608072a1b6dcd9e91de38ee2925f" > n< / a > , const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > & p) const< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a6a68e2066fedf398ac9614958059169f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Velocity at point p. < a href = "classpFlow_1_1fixedWall.html#a6a68e2066fedf398ac9614958059169f" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6a68e2066fedf398ac9614958059169f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6f913cb3f30d8c93334b0872662bd925" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a6f913cb3f30d8c93334b0872662bd925" > transferPoint< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > < a class = "el" href = "NBSLoop_8hpp.html#aad8b608072a1b6dcd9e91de38ee2925f" > n< / a > , const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > p, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt) const< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a6f913cb3f30d8c93334b0872662bd925" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Transfer point p for dt seconds according to motion component n. < a href = "classpFlow_1_1fixedWall.html#a6f913cb3f30d8c93334b0872662bd925" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6f913cb3f30d8c93334b0872662bd925" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6cd80308d425051d690e508b2dd164dd" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a6cd80308d425051d690e508b2dd164dd" > transferPoint< / a > (< a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a > < a class = "el" href = "NBSLoop_8hpp.html#aad8b608072a1b6dcd9e91de38ee2925f" > n< / a > , < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > *pVec, size_t numP, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt)< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a6cd80308d425051d690e508b2dd164dd" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Transfer a vector of point pVec for dt seconds according to motion component n. < a href = "classpFlow_1_1fixedWall.html#a6cd80308d425051d690e508b2dd164dd" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6cd80308d425051d690e508b2dd164dd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a226a2b5e6b2e18ee8a990c2c357bb036" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a226a2b5e6b2e18ee8a990c2c357bb036" > isMoving< / a > () const< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a226a2b5e6b2e18ee8a990c2c357bb036" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Are walls moving. < a href = "classpFlow_1_1fixedWall.html#a226a2b5e6b2e18ee8a990c2c357bb036" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a226a2b5e6b2e18ee8a990c2c357bb036" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a375f8854edf6e80df5a1991563054284" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a375f8854edf6e80df5a1991563054284" > move< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt)< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a375f8854edf6e80df5a1991563054284" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move points. < a href = "classpFlow_1_1fixedWall.html#a375f8854edf6e80df5a1991563054284" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a375f8854edf6e80df5a1991563054284" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aff8e92ab47032ae811d1271161cb9b22" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#aff8e92ab47032ae811d1271161cb9b22" > read< / a > (< a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > & is)< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:aff8e92ab47032ae811d1271161cb9b22" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Read from input stream is. < a href = "classpFlow_1_1fixedWall.html#aff8e92ab47032ae811d1271161cb9b22" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aff8e92ab47032ae811d1271161cb9b22" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6a40de4ceed55b2f78cf3027739dfd91" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a6a40de4ceed55b2f78cf3027739dfd91" > write< / a > (< a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > & os) const< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a6a40de4ceed55b2f78cf3027739dfd91" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Write to output stream os. < a href = "classpFlow_1_1fixedWall.html#a6a40de4ceed55b2f78cf3027739dfd91" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6a40de4ceed55b2f78cf3027739dfd91" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a3ee94dd32f4df1490653290d2919dc52" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#a3ee94dd32f4df1490653290d2919dc52" > readDictionary< / a > (const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict)< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a3ee94dd32f4df1490653290d2919dc52" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Read from a dictionary. < a href = "classpFlow_1_1fixedWall.html#a3ee94dd32f4df1490653290d2919dc52" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a3ee94dd32f4df1490653290d2919dc52" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad55987c0647186d3e7acad9cc4166034" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#ad55987c0647186d3e7acad9cc4166034" > writeDictionary< / a > (< a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > & dict) const< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:ad55987c0647186d3e7acad9cc4166034" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > write to a dictionary < a href = "classpFlow_1_1fixedWall.html#ad55987c0647186d3e7acad9cc4166034" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad55987c0647186d3e7acad9cc4166034" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:afd780271a9c45061cfdc62f5c3fc9929" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1fixedWall.html#afd780271a9c45061cfdc62f5c3fc9929" > name_< / a > = " none" < / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:afd780271a9c45061cfdc62f5c3fc9929" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Name. < a href = "classpFlow_1_1fixedWall.html#afd780271a9c45061cfdc62f5c3fc9929" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:afd780271a9c45061cfdc62f5c3fc9929" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2023-04-02 11:35:43 -07:00
< div class = "textblock" > < p > Fixed wall motion model for walls. < / p >
< p > This class is used for geometries that are fixed during simulation.< / p >
< pre class = "fragment" > // In geometryDict file, this will defines fixed walls during simulation
...
motionModel fixedWall;
...
< / pre >
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8hpp_source.html#l00050" > 50< / a > of file < a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "ad913d1760d10df18a4e86f565c8a9596" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad913d1760d10df18a4e86f565c8a9596" > ◆ < / a > < / span > fixedWall() < span class = "overload" > [1/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Empty. < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8cpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "fixedWall_8cpp_source.html" > fixedWall.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a8e7eec7ac17bb9d1f3fda92b7efed0d4" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8e7eec7ac17bb9d1f3fda92b7efed0d4" > ◆ < / a > < / span > fixedWall() < span class = "overload" > [2/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Constructor with dictionary. < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8cpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "fixedWall_8cpp_source.html" > fixedWall.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > .< / p >
< / div >
< / div >
< a id = "ad5fc75c107c27aecafd92542950c6773" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad5fc75c107c27aecafd92542950c6773" > ◆ < / a > < / span > fixedWall() < span class = "overload" > [3/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Copy constructor. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ae0ebed07aaa047141da72dac3e60f253" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae0ebed07aaa047141da72dac3e60f253" > ◆ < / a > < / span > fixedWall() < span class = "overload" > [4/4]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Move constructor. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a1c6f880fba7c5d7aa47fea3832218671" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1c6f880fba7c5d7aa47fea3832218671" > ◆ < / a > < / span > ~fixedWall()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > ~< a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Destructor. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a3ee94dd32f4df1490653290d2919dc52" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3ee94dd32f4df1490653290d2919dc52" > ◆ < / a > < / span > readDictionary()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool readDictionary < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Read from a dictionary. < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8cpp_source.html#l00026" > 26< / a > of file < a class = "el" href = "fixedWall_8cpp_source.html" > fixedWall.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "iOstream_8hpp_source.html#l00312" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , and < a class = "el" href = "dictionary_8hpp_source.html#l00309" > dictionary::getVal()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1fixedWall_a3ee94dd32f4df1490653290d2919dc52_cgraph.png" border = "0" usemap = "#classpFlow_1_1fixedWall_a3ee94dd32f4df1490653290d2919dc52_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1fixedWall_a3ee94dd32f4df1490653290d2919dc52_cgraph" id = "classpFlow_1_1fixedWall_a3ee94dd32f4df1490653290d2919dc52_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "Read from a dictionary." alt = "" coords = "5,5,124,32" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = " " alt = "" coords = "360,5,456,32" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47" title = " " alt = "" coords = "172,27,312,69" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ad55987c0647186d3e7acad9cc4166034" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad55987c0647186d3e7acad9cc4166034" > ◆ < / a > < / span > writeDictionary()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool writeDictionary < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1dictionary.html" > dictionary< / a > &   < / td >
< td class = "paramname" > < em > dict< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > write to a dictionary < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8cpp_source.html#l00044" > 44< / a > of file < a class = "el" href = "fixedWall_8cpp_source.html" > fixedWall.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "dictionary_8cpp_source.html#l00422" > dictionary::add()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00634" > dictionary::subDictOrCreate()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1fixedWall_ad55987c0647186d3e7acad9cc4166034_cgraph.png" border = "0" usemap = "#classpFlow_1_1fixedWall_ad55987c0647186d3e7acad9cc4166034_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1fixedWall_ad55987c0647186d3e7acad9cc4166034_cgraph" id = "classpFlow_1_1fixedWall_ad55987c0647186d3e7acad9cc4166034_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "write to a dictionary" alt = "" coords = "5,35,128,61" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a6ae2ea14b8b5e5661c2f207aae2d4bdc" title = " " alt = "" coords = "176,5,340,32" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#aa4d7322eaead3c887a9283546628de96" title = " " alt = "" coords = "188,57,328,98" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ae8f7bcb52c808abbf3357af6bfa0c510" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae8f7bcb52c808abbf3357af6bfa0c510" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > " fixedWall"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Type info. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a28b717c8a35f98bb46cecd765b0dc962" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a28b717c8a35f98bb46cecd765b0dc962" > ◆ < / a > < / span > operator=() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Copy assignment. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a2c61a5a82c61b9d1c78d36a4844a6635" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2c61a5a82c61b9d1c78d36a4844a6635" > ◆ < / a > < / span > operator=() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Move assignment. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a3058fdf81ac29297d8d55af5785f465e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3058fdf81ac29297d8d55af5785f465e" > ◆ < / a > < / span > getModel()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1fixedWall_1_1Model.html" > Model< / a > getModel < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > t< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Return motion model t is the current simulation time < br / >
< / p >
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8hpp_source.html#l00140" > 140< / a > of file < a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ac8c3f014834cc9f4624fc72549a0b852" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac8c3f014834cc9f4624fc72549a0b852" > ◆ < / a > < / span > nameToIndex()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > nameToIndex < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > name< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Name of the motion component to index. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8hpp_source.html#l00146" > 146< / a > of file < a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "afeceeb1f38a2a1761fb49e01622dbf01" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afeceeb1f38a2a1761fb49e01622dbf01" > ◆ < / a > < / span > indexToName()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > indexToName < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > i< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Index of motion component to name. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8hpp_source.html#l00152" > 152< / a > of file < a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 11:35:43 -07:00
< p class = "reference" > References < a class = "el" href = "fixedWall_8hpp_source.html#l00099" > fixedWall::name_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6a68e2066fedf398ac9614958059169f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a68e2066fedf398ac9614958059169f" > ◆ < / a > < / span > pointVelocity()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > pointVelocity < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > n< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > &   < / td >
< td class = "paramname" > < em > p< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Velocity at point p. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8hpp_source.html#l00159" > 159< / a > of file < a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< p class = "reference" > References < a class = "el" href = "types_8hpp_source.html#l00097" > pFlow::zero3< / a > .< / p >
< / div >
< / div >
< a id = "a6f913cb3f30d8c93334b0872662bd925" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6f913cb3f30d8c93334b0872662bd925" > ◆ < / a > < / span > transferPoint() < span class = "overload" > [1/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > transferPoint < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > n< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td >
< td class = "paramname" > < em > p< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Transfer point p for dt seconds according to motion component n. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8hpp_source.html#l00167" > 167< / a > of file < a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6cd80308d425051d690e508b2dd164dd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6cd80308d425051d690e508b2dd164dd" > ◆ < / a > < / span > transferPoint() < span class = "overload" > [2/2]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool transferPoint < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td >
< td class = "paramname" > < em > n< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > *  < / td >
< td class = "paramname" > < em > pVec< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > size_t  < / td >
< td class = "paramname" > < em > numP< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Transfer a vector of point pVec for dt seconds according to motion component n. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8hpp_source.html#l00175" > 175< / a > of file < a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a226a2b5e6b2e18ee8a990c2c357bb036" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a226a2b5e6b2e18ee8a990c2c357bb036" > ◆ < / a > < / span > isMoving()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > bool isMoving < / 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 > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Are walls moving. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8hpp_source.html#l00182" > 182< / a > of file < a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a375f8854edf6e80df5a1991563054284" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a375f8854edf6e80df5a1991563054284" > ◆ < / a > < / span > move()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool move < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > t< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Move points. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8hpp_source.html#l00188" > 188< / a > of file < a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aff8e92ab47032ae811d1271161cb9b22" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aff8e92ab47032ae811d1271161cb9b22" > ◆ < / a > < / span > read()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool read < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iIstream.html" > iIstream< / a > &   < / td >
< td class = "paramname" > < em > is< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Read from input stream is. < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8cpp_source.html#l00070" > 70< / a > of file < a class = "el" href = "fixedWall_8cpp_source.html" > fixedWall.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00049" > ioErrorInFile< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00187" > IOstream::lineNumber()< / a > , < a class = "el" href = "vocabs_8hpp_source.html#l00045" > pFlow::motionModelFile__< / a > , < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00759" > dictionary::read()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1fixedWall_aff8e92ab47032ae811d1271161cb9b22_cgraph.png" border = "0" usemap = "#classpFlow_1_1fixedWall_aff8e92ab47032ae811d1271161cb9b22_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1fixedWall_aff8e92ab47032ae811d1271161cb9b22_cgraph" id = "classpFlow_1_1fixedWall_aff8e92ab47032ae811d1271161cb9b22_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "Read from input stream is." alt = "" coords = "5,31,56,57" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3" title = " " alt = "" coords = "321,5,533,32" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335" title = " " alt = "" coords = "341,68,514,95" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#aff8e92ab47032ae811d1271161cb9b22" title = " " alt = "" coords = "104,31,273,57" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a6a40de4ceed55b2f78cf3027739dfd91" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6a40de4ceed55b2f78cf3027739dfd91" > ◆ < / a > < / span > write()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool write < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1iOstream.html" > iOstream< / a > &   < / td >
< td class = "paramname" > < em > os< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Write to output stream os. < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8cpp_source.html#l00091" > 91< / a > of file < a class = "el" href = "fixedWall_8cpp_source.html" > fixedWall.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00049" > ioErrorInFile< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00187" > IOstream::lineNumber()< / a > , < a class = "el" href = "vocabs_8hpp_source.html#l00045" > pFlow::motionModelFile__< / a > , < a class = "el" href = "IOstream_8cpp_source.html#l00031" > IOstream::name()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00780" > dictionary::write()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1fixedWall_a6a40de4ceed55b2f78cf3027739dfd91_cgraph.png" border = "0" usemap = "#classpFlow_1_1fixedWall_a6a40de4ceed55b2f78cf3027739dfd91_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1fixedWall_a6a40de4ceed55b2f78cf3027739dfd91_cgraph" id = "classpFlow_1_1fixedWall_a6a40de4ceed55b2f78cf3027739dfd91_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "Write to output stream os." alt = "" coords = "5,37,60,63" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3" title = " " alt = "" coords = "296,10,508,37" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335" title = " " alt = "" coords = "315,65,489,91" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a6a40de4ceed55b2f78cf3027739dfd91" title = " " alt = "" coords = "108,29,248,71" / >
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "afd780271a9c45061cfdc62f5c3fc9929" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afd780271a9c45061cfdc62f5c3fc9929" > ◆ < / a > < / span > name_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > name_ = " none" < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > Name. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "fixedWall_8hpp_source.html#l00099" > 99< / a > of file < a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-02 11:35:43 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "fixedWall_8hpp_source.html#l00152" > fixedWall::indexToName()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/MotionModel/fixedWall/< a class = "el" href = "fixedWall_8hpp_source.html" > fixedWall.hpp< / a > < / li >
< li > src/MotionModel/fixedWall/< a class = "el" href = "fixedWall_8cpp_source.html" > fixedWall.cpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1fixedWall.html" > fixedWall< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.17 < / li >
< / ul >
< / div >
< / body >
< / html >