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: vibratingMotion 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" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< 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 >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / 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_1vibratingMotion.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-types" > Protected Types< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1vibratingMotion-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > vibratingMotion Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 11:35:43 -07:00
< p > Vibrating motion model for walls.
< a href = "classpFlow_1_1vibratingMotion.html#details" > More...< / 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 = "+" / > Collaboration diagram for vibratingMotion:< / 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_1vibratingMotion__coll__graph.png" border = "0" usemap = "#vibratingMotion_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "vibratingMotion_coll__map" id = "vibratingMotion_coll__map" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "Vibrating motion model for walls." alt = "" coords = "117,95,243,121" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1VectorDual.html" title = " " alt = "" coords = "5,5,187,32" / >
< area shape = "rect" href = "classpFlow_1_1List.html" title = " " alt = "" coords = "211,5,317,32" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< 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_1vibratingMotion_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_1vibratingMotion_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:a1cac17f7094b78cb4f5d5abc61f1b6d7" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a1cac17f7094b78cb4f5d5abc61f1b6d7" > TypeInfoNV< / a > (" vibratingMotion" )< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a1cac17f7094b78cb4f5d5abc61f1b6d7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info. < a href = "classpFlow_1_1vibratingMotion.html#a1cac17f7094b78cb4f5d5abc61f1b6d7" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a1cac17f7094b78cb4f5d5abc61f1b6d7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a79aa78851f2534f43846e16f9b161fbc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a79aa78851f2534f43846e16f9b161fbc" > vibratingMotion< / a > ()< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a79aa78851f2534f43846e16f9b161fbc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Empty. < a href = "classpFlow_1_1vibratingMotion.html#a79aa78851f2534f43846e16f9b161fbc" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a79aa78851f2534f43846e16f9b161fbc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad329fa11089000c6f762bac74808ad2b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#ad329fa11089000c6f762bac74808ad2b" > vibratingMotion< / 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:ad329fa11089000c6f762bac74808ad2b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct with dictionary. < a href = "classpFlow_1_1vibratingMotion.html#ad329fa11089000c6f762bac74808ad2b" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad329fa11089000c6f762bac74808ad2b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8c9a9d1801cbc51c8db029c8d5af80a0" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a8c9a9d1801cbc51c8db029c8d5af80a0" > vibratingMotion< / a > (const < a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / a > & )=default< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a8c9a9d1801cbc51c8db029c8d5af80a0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy constructor. < a href = "classpFlow_1_1vibratingMotion.html#a8c9a9d1801cbc51c8db029c8d5af80a0" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a8c9a9d1801cbc51c8db029c8d5af80a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae660f2a0e21cb281bc053353ee8102c2" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#ae660f2a0e21cb281bc053353ee8102c2" > vibratingMotion< / a > (< a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / a > & & )=delete< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:ae660f2a0e21cb281bc053353ee8102c2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No move. < a href = "classpFlow_1_1vibratingMotion.html#ae660f2a0e21cb281bc053353ee8102c2" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ae660f2a0e21cb281bc053353ee8102c2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa59737385982cabb216085ca3ed17851" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#aa59737385982cabb216085ca3ed17851" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / a > & )=default< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:aa59737385982cabb216085ca3ed17851" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy assignment. < a href = "classpFlow_1_1vibratingMotion.html#aa59737385982cabb216085ca3ed17851" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa59737385982cabb216085ca3ed17851" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6405a8c8ba7ceaadf8953f372db462b2" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a6405a8c8ba7ceaadf8953f372db462b2" > operator=< / a > (< a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / a > & & )=delete< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a6405a8c8ba7ceaadf8953f372db462b2" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > No Move assignment. < a href = "classpFlow_1_1vibratingMotion.html#a6405a8c8ba7ceaadf8953f372db462b2" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6405a8c8ba7ceaadf8953f372db462b2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a480e75507912fcc77455892881d277b7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a480e75507912fcc77455892881d277b7" > ~vibratingMotion< / a > ()=default< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a480e75507912fcc77455892881d277b7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destructor. < a href = "classpFlow_1_1vibratingMotion.html#a480e75507912fcc77455892881d277b7" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a480e75507912fcc77455892881d277b7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad154666086a654ab29cbb515fec9bf4e" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1vibratingMotion_1_1Model.html" > Model< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#ad154666086a654ab29cbb515fec9bf4e" > getModel< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > t)< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:ad154666086a654ab29cbb515fec9bf4e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Return motion model at time t. < a href = "classpFlow_1_1vibratingMotion.html#ad154666086a654ab29cbb515fec9bf4e" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ad154666086a654ab29cbb515fec9bf4e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa228b68325a8251f13734b8f2dc7367b" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#aa228b68325a8251f13734b8f2dc7367b" > 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:aa228b68325a8251f13734b8f2dc7367b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Name to component index. < a href = "classpFlow_1_1vibratingMotion.html#aa228b68325a8251f13734b8f2dc7367b" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa228b68325a8251f13734b8f2dc7367b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a25f3d350ed015e91a764c51a6525e139" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a25f3d350ed015e91a764c51a6525e139" > 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:a25f3d350ed015e91a764c51a6525e139" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Index to name. < a href = "classpFlow_1_1vibratingMotion.html#a25f3d350ed015e91a764c51a6525e139" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a25f3d350ed015e91a764c51a6525e139" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6f667021dabad618c181dacf4b33de9d" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a6f667021dabad618c181dacf4b33de9d" > 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:a6f667021dabad618c181dacf4b33de9d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > velocity at point p according to motion component n < a href = "classpFlow_1_1vibratingMotion.html#a6f667021dabad618c181dacf4b33de9d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6f667021dabad618c181dacf4b33de9d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a865a4785055fb43d1b057eefe561d394" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a865a4785055fb43d1b057eefe561d394" > 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:a865a4785055fb43d1b057eefe561d394" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Transfer point p for dt seconds based on motion component n. < a href = "classpFlow_1_1vibratingMotion.html#a865a4785055fb43d1b057eefe561d394" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a865a4785055fb43d1b057eefe561d394" > < 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_1vibratingMotion.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" > Is moving. < a href = "classpFlow_1_1vibratingMotion.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:a23b242e47f91767c189ea8193cca7f55" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a23b242e47f91767c189ea8193cca7f55" > 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:a23b242e47f91767c189ea8193cca7f55" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move ponits at time t for dt seconds. < a href = "classpFlow_1_1vibratingMotion.html#a23b242e47f91767c189ea8193cca7f55" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a23b242e47f91767c189ea8193cca7f55" > < 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_1vibratingMotion.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_1vibratingMotion.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_1vibratingMotion.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_1vibratingMotion.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-types" > < / a >
Protected Types< / h2 > < / td > < / tr >
< tr class = "memitem:a2f906b6d20511cab533c0244b2bcff65" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a2f906b6d20511cab533c0244b2bcff65" > axisVector_HD< / a > = < a class = "el" href = "classpFlow_1_1VectorDual.html" > VectorDual< / a > < < a class = "el" href = "classpFlow_1_1vibrating.html" > vibrating< / a > > < / td > < / tr >
< tr class = "separator:a2f906b6d20511cab533c0244b2bcff65" > < 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_1vibratingMotion.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_1vibratingMotion.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_1vibratingMotion.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_1vibratingMotion.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:a4ddf463e5910440a874c030b76ec01ae" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a2f906b6d20511cab533c0244b2bcff65" > axisVector_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a4ddf463e5910440a874c030b76ec01ae" > components_< / a > < / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a4ddf463e5910440a874c030b76ec01ae" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Vibrating motion components. < a href = "classpFlow_1_1vibratingMotion.html#a4ddf463e5910440a874c030b76ec01ae" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a4ddf463e5910440a874c030b76ec01ae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a222cd3ef0af4c2b5ec8a899c9ede1093" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#ac2c8831a940f11de069cd73eb255b3ae" > wordList< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a222cd3ef0af4c2b5ec8a899c9ede1093" > componentName_< / a > < / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a222cd3ef0af4c2b5ec8a899c9ede1093" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Names of components. < a href = "classpFlow_1_1vibratingMotion.html#a222cd3ef0af4c2b5ec8a899c9ede1093" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a222cd3ef0af4c2b5ec8a899c9ede1093" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9efc143cd3ed774b53a35c9a17239113" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a39f5f71474553bc78726494fa09dd0fb" > label< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a9efc143cd3ed774b53a35c9a17239113" > numComponents_< / a > = 0< / td > < / tr >
2023-04-02 11:35:43 -07:00
< tr class = "memdesc:a9efc143cd3ed774b53a35c9a17239113" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Number of components. < a href = "classpFlow_1_1vibratingMotion.html#a9efc143cd3ed774b53a35c9a17239113" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a9efc143cd3ed774b53a35c9a17239113" > < 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 > Vibrating motion model for walls. < / p >
< p > This class is used for simulaiton that at least one wall components are moving according to a sinoidal viration defined in class vibrating. One or more than one motion components can be defined in vibratingMotionInfo dictionary< / p >
< pre class = "fragment" > // In geometryDict file, this will defines vibrating walls during simulation
...
motionModel vibratingMotion;
vibratingMotionInfo
{
vibComponent1
{
// the definition based on class vibrating
}
vibComponent2
{
// the definition based on calss vibrating
}
}
...
< / pre >
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00068" > 68< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a2f906b6d20511cab533c0244b2bcff65" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2f906b6d20511cab533c0244b2bcff65" > ◆ < / a > < / span > axisVector_HD< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1vibratingMotion.html#a2f906b6d20511cab533c0244b2bcff65" > axisVector_HD< / a > = < a class = "el" href = "classpFlow_1_1VectorDual.html" > VectorDual< / a > < < a class = "el" href = "classpFlow_1_1vibrating.html" > vibrating< / a > > < / 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 class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00124" > 124< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a79aa78851f2534f43846e16f9b161fbc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a79aa78851f2534f43846e16f9b161fbc" > ◆ < / a > < / span > vibratingMotion() < 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_1vibratingMotion.html" > vibratingMotion< / 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 = "vibratingMotion_8cpp_source.html#l00112" > 112< / a > of file < a class = "el" href = "vibratingMotion_8cpp_source.html" > vibratingMotion.cpp< / a > .< / p >
< / div >
< / div >
< a id = "ad329fa11089000c6f762bac74808ad2b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad329fa11089000c6f762bac74808ad2b" > ◆ < / a > < / span > vibratingMotion() < 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_1vibratingMotion.html" > vibratingMotion< / 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 > Construct with dictionary. < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8cpp_source.html#l00116" > 116< / a > of file < a class = "el" href = "vibratingMotion_8cpp_source.html" > vibratingMotion.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > .< / p >
< / div >
< / div >
< a id = "a8c9a9d1801cbc51c8db029c8d5af80a0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8c9a9d1801cbc51c8db029c8d5af80a0" > ◆ < / a > < / span > vibratingMotion() < 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 = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / 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 = "ae660f2a0e21cb281bc053353ee8102c2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae660f2a0e21cb281bc053353ee8102c2" > ◆ < / a > < / span > vibratingMotion() < 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_1vibratingMotion.html" > vibratingMotion< / a > < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / a > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > No move. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a480e75507912fcc77455892881d277b7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a480e75507912fcc77455892881d277b7" > ◆ < / a > < / span > ~vibratingMotion()< / 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#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > ~< a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / 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 = "vibratingMotion_8cpp_source.html#l00027" > 27< / a > of file < a class = "el" href = "vibratingMotion_8cpp_source.html" > vibratingMotion.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "dictionary_8cpp_source.html#l00721" > dictionary::dictionaryKeywords()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "dictionary_8hpp_source.html#l00309" > dictionary::getVal()< / a > , and < a class = "el" href = "dictionary_8cpp_source.html#l00547" > dictionary::subDict()< / 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_1vibratingMotion_a3ee94dd32f4df1490653290d2919dc52_cgraph.png" border = "0" usemap = "#classpFlow_1_1vibratingMotion_a3ee94dd32f4df1490653290d2919dc52_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1vibratingMotion_a3ee94dd32f4df1490653290d2919dc52_cgraph" id = "classpFlow_1_1vibratingMotion_a3ee94dd32f4df1490653290d2919dc52_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "Read from a dictionary." alt = "" coords = "5,101,124,127" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a19ffc40573d3199c2368b9aac1b8129c" title = " " alt = "" coords = "172,5,323,47" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "371,130,468,157" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47" title = " " alt = "" coords = "177,123,318,164" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a630c840647a3ebefe33336cc25a8b15d" title = " " alt = "" coords = "177,188,318,229" / >
2023-03-27 10:16:23 -07:00
< / 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 = "vibratingMotion_8cpp_source.html#l00088" > 88< / a > of file < a class = "el" href = "vibratingMotion_8cpp_source.html" > vibratingMotion.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "dictionary_8cpp_source.html#l00422" > dictionary::add()< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00071" > ForAll< / 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-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_1vibratingMotion_ad55987c0647186d3e7acad9cc4166034_cgraph.png" border = "0" usemap = "#classpFlow_1_1vibratingMotion_ad55987c0647186d3e7acad9cc4166034_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1vibratingMotion_ad55987c0647186d3e7acad9cc4166034_cgraph" id = "classpFlow_1_1vibratingMotion_ad55987c0647186d3e7acad9cc4166034_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "Write to a dictionary." alt = "" coords = "5,56,128,83" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a6ae2ea14b8b5e5661c2f207aae2d4bdc" title = " " alt = "" coords = "176,5,341,32" / >
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "389,85,487,112" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#aa4d7322eaead3c887a9283546628de96" title = " " alt = "" coords = "188,107,329,149" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a1cac17f7094b78cb4f5d5abc61f1b6d7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1cac17f7094b78cb4f5d5abc61f1b6d7" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
< td class = "paramtype" > " vibratingMotion"   < / 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 = "aa59737385982cabb216085ca3ed17851" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa59737385982cabb216085ca3ed17851" > ◆ < / 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 = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > < a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / 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 = "a6405a8c8ba7ceaadf8953f372db462b2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6405a8c8ba7ceaadf8953f372db462b2" > ◆ < / 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_1vibratingMotion.html" > vibratingMotion< / a > & operator= < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1vibratingMotion.html" > vibratingMotion< / a > & &   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > delete< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-02 11:35:43 -07:00
< p > No Move assignment. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ad154666086a654ab29cbb515fec9bf4e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad154666086a654ab29cbb515fec9bf4e" > ◆ < / 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_1vibratingMotion_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 > < / 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 at time t. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00173" > 173< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "vibratingMotion_8hpp_source.html#l00127" > vibratingMotion::components_< / a > , < a class = "el" href = "VectorDual_8hpp_source.html#l00335" > VectorDual< T, MemorySpace > ::deviceVectorAll()< / a > , < a class = "el" href = "VectorDual_8hpp_source.html#l00830" > VectorDual< T, MemorySpace > ::modifyOnHost()< / a > , < a class = "el" href = "vibratingMotion_8hpp_source.html#l00133" > vibratingMotion::numComponents_< / a > , and < a class = "el" href = "VectorDual_8hpp_source.html#l00909" > VectorDual< T, MemorySpace > ::syncViews()< / 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_1vibratingMotion_ad154666086a654ab29cbb515fec9bf4e_cgraph.png" border = "0" usemap = "#classpFlow_1_1vibratingMotion_ad154666086a654ab29cbb515fec9bf4e_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1vibratingMotion_ad154666086a654ab29cbb515fec9bf4e_cgraph" id = "classpFlow_1_1vibratingMotion_ad154666086a654ab29cbb515fec9bf4e_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "Return motion model at time t." alt = "" coords = "5,78,88,105" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1VectorDual.html#a36c25b92bd9a293baeda2c764016a27a" title = " " alt = "" coords = "136,5,283,47" / >
< area shape = "rect" href = "classpFlow_1_1VectorDual.html#aebc916254a7f439d52da70d54009d36b" title = " " alt = "" coords = "136,71,283,112" / >
< area shape = "rect" href = "classpFlow_1_1VectorDual.html#ac892320cd9efccbc7cc40e4a9ce5837c" title = " " alt = "" coords = "136,136,283,177" / >
< / map >
< / div >
< / div >
< / div >
< a id = "aa228b68325a8251f13734b8f2dc7367b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa228b68325a8251f13734b8f2dc7367b" > ◆ < / 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 = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < 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 to component index. < / p >
2023-03-27 10:16:23 -07:00
2023-04-02 11:35:43 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00187" > 187< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "vibratingMotion_8hpp_source.html#l00130" > vibratingMotion::componentName_< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > , and < a class = "el" href = "ListI_8hpp_source.html#l00109" > List< T > ::findi()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1vibratingMotion_aa228b68325a8251f13734b8f2dc7367b_cgraph.png" border = "0" usemap = "#classpFlow_1_1vibratingMotion_aa228b68325a8251f13734b8f2dc7367b_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1vibratingMotion_aa228b68325a8251f13734b8f2dc7367b_cgraph" id = "classpFlow_1_1vibratingMotion_aa228b68325a8251f13734b8f2dc7367b_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "Name to component index." alt = "" coords = "5,5,115,32" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1List.html#a91cf71be86cd63ae62fc59b12c16da9d" title = " " alt = "" coords = "163,5,289,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a25f3d350ed015e91a764c51a6525e139" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a25f3d350ed015e91a764c51a6525e139" > ◆ < / 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 = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > < 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 to name. < / p >
2023-03-27 10:16:23 -07:00
2023-04-02 11:35:43 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00205" > 205< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "vibratingMotion_8hpp_source.html#l00130" > vibratingMotion::componentName_< / a > , < a class = "el" href = "iOstream_8hpp_source.html#l00320" > pFlow::endl()< / a > , < a class = "el" href = "error_8hpp_source.html#l00042" > fatalErrorInFunction< / a > , < a class = "el" href = "error_8hpp_source.html#l00057" > fatalExit< / a > , and < a class = "el" href = "vibratingMotion_8hpp_source.html#l00133" > vibratingMotion::numComponents_< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1vibratingMotion_a25f3d350ed015e91a764c51a6525e139_cgraph.png" border = "0" usemap = "#classpFlow_1_1vibratingMotion_a25f3d350ed015e91a764c51a6525e139_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1vibratingMotion_a25f3d350ed015e91a764c51a6525e139_cgraph" id = "classpFlow_1_1vibratingMotion_a25f3d350ed015e91a764c51a6525e139_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "Index to name." alt = "" coords = "5,5,116,32" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "namespacepFlow.html#aba8f0c455a3fdb4b05ad33a25b13b189" title = "Add newline and flush stream." alt = "" coords = "164,5,261,32" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a6f667021dabad618c181dacf4b33de9d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6f667021dabad618c181dacf4b33de9d" > ◆ < / 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#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / 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 according to motion component n < / p >
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00221" > 221< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.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 = "vibratingMotion_8hpp_source.html#l00127" > vibratingMotion::components_< / a > , < a class = "el" href = "VectorDual_8hpp_source.html#l00345" > VectorDual< T, MemorySpace > ::hostVectorAll()< / a > , and < a class = "el" href = "NBSCrossLoop_8hpp_source.html#l00024" > n< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-6-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1vibratingMotion_a6f667021dabad618c181dacf4b33de9d_cgraph.png" border = "0" usemap = "#classpFlow_1_1vibratingMotion_a6f667021dabad618c181dacf4b33de9d_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1vibratingMotion_a6f667021dabad618c181dacf4b33de9d_cgraph" id = "classpFlow_1_1vibratingMotion_a6f667021dabad618c181dacf4b33de9d_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "velocity at point p according to motion component n" alt = "" coords = "5,13,112,39" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1VectorDual.html#a271544126231c80176a8159c3d102fb9" title = " " alt = "" coords = "160,5,307,47" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a865a4785055fb43d1b057eefe561d394" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a865a4785055fb43d1b057eefe561d394" > ◆ < / a > < / span > transferPoint()< / 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#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / 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 based on motion component n. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00228" > 228< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.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 = "vibratingMotion_8hpp_source.html#l00127" > vibratingMotion::components_< / a > , < a class = "el" href = "VectorDual_8hpp_source.html#l00345" > VectorDual< T, MemorySpace > ::hostVectorAll()< / a > , and < a class = "el" href = "NBSCrossLoop_8hpp_source.html#l00024" > n< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-7" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-7-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-7-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-7-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1vibratingMotion_a865a4785055fb43d1b057eefe561d394_cgraph.png" border = "0" usemap = "#classpFlow_1_1vibratingMotion_a865a4785055fb43d1b057eefe561d394_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1vibratingMotion_a865a4785055fb43d1b057eefe561d394_cgraph" id = "classpFlow_1_1vibratingMotion_a865a4785055fb43d1b057eefe561d394_cgraph" >
2023-04-02 11:35:43 -07:00
< area shape = "rect" title = "Transfer point p for dt seconds based on motion component n." alt = "" coords = "5,13,112,39" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1VectorDual.html#a271544126231c80176a8159c3d102fb9" title = " " alt = "" coords = "160,5,307,47" / >
< / map >
< / div >
< / 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 > Is moving. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00235" > 235< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a23b242e47f91767c189ea8193cca7f55" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a23b242e47f91767c189ea8193cca7f55" > ◆ < / 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" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a > 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 ponits at time t for dt seconds. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00242" > 242< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.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 = "vibratingMotion_8cpp_source.html#l00127" > 127< / a > of file < a class = "el" href = "vibratingMotion_8cpp_source.html" > vibratingMotion.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00049" > ioErrorInFile< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00221" > 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-8" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-8-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-8-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-8-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1vibratingMotion_aff8e92ab47032ae811d1271161cb9b22_cgraph.png" border = "0" usemap = "#classpFlow_1_1vibratingMotion_aff8e92ab47032ae811d1271161cb9b22_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1vibratingMotion_aff8e92ab47032ae811d1271161cb9b22_cgraph" id = "classpFlow_1_1vibratingMotion_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-04-13 11:46:41 -07:00
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3" title = "Const access to the current stream line number." alt = "" coords = "323,5,536,32" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335" title = "Return the name of the stream." alt = "" coords = "342,68,517,95" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#aff8e92ab47032ae811d1271161cb9b22" title = " " alt = "" coords = "104,31,275,57" / >
2023-03-27 10:16:23 -07:00
< / 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 = "vibratingMotion_8cpp_source.html#l00148" > 148< / a > of file < a class = "el" href = "vibratingMotion_8cpp_source.html" > vibratingMotion.cpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "error_8hpp_source.html#l00049" > ioErrorInFile< / a > , < a class = "el" href = "IOstream_8hpp_source.html#l00221" > 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-9" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-9-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-9-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-9-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1vibratingMotion_a6a40de4ceed55b2f78cf3027739dfd91_cgraph.png" border = "0" usemap = "#classpFlow_1_1vibratingMotion_a6a40de4ceed55b2f78cf3027739dfd91_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1vibratingMotion_a6a40de4ceed55b2f78cf3027739dfd91_cgraph" id = "classpFlow_1_1vibratingMotion_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-04-13 11:46:41 -07:00
< area shape = "rect" href = "classpFlow_1_1IOstream.html#a607efe5fb94edbe4cfa890c4907e76c3" title = "Const access to the current stream line number." alt = "" coords = "297,10,511,37" / >
< area shape = "rect" href = "classpFlow_1_1IOstream.html#ac9b54653d0ec63ee05f64a185437b335" title = "Return the name of the stream." alt = "" coords = "317,65,491,91" / >
< area shape = "rect" href = "classpFlow_1_1dictionary.html#a6a40de4ceed55b2f78cf3027739dfd91" title = " " alt = "" coords = "108,29,249,71" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a4ddf463e5910440a874c030b76ec01ae" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4ddf463e5910440a874c030b76ec01ae" > ◆ < / a > < / span > components_< / 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_1vibratingMotion.html#a2f906b6d20511cab533c0244b2bcff65" > axisVector_HD< / a > components_< / 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 > Vibrating motion components. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00127" > 127< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.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 = "vibratingMotion_8hpp_source.html#l00173" > vibratingMotion::getModel()< / a > , < a class = "el" href = "vibratingMotion_8hpp_source.html#l00221" > vibratingMotion::pointVelocity()< / a > , and < a class = "el" href = "vibratingMotion_8hpp_source.html#l00228" > vibratingMotion::transferPoint()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a222cd3ef0af4c2b5ec8a899c9ede1093" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a222cd3ef0af4c2b5ec8a899c9ede1093" > ◆ < / a > < / span > componentName_< / 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#ac2c8831a940f11de069cd73eb255b3ae" > wordList< / a > componentName_< / 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 > Names of components. < / p >
2023-03-27 10:16:23 -07:00
2023-04-02 11:35:43 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00130" > 130< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "vibratingMotion_8hpp_source.html#l00205" > vibratingMotion::indexToName()< / a > , and < a class = "el" href = "vibratingMotion_8hpp_source.html#l00187" > vibratingMotion::nameToIndex()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a9efc143cd3ed774b53a35c9a17239113" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9efc143cd3ed774b53a35c9a17239113" > ◆ < / a > < / span > numComponents_< / 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#a39f5f71474553bc78726494fa09dd0fb" > label< / a > numComponents_ = 0< / 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 > Number of components. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "vibratingMotion_8hpp_source.html#l00133" > 133< / a > of file < a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.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 = "vibratingMotion_8hpp_source.html#l00173" > vibratingMotion::getModel()< / a > , and < a class = "el" href = "vibratingMotion_8hpp_source.html#l00205" > vibratingMotion::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/vibratingMotion/< a class = "el" href = "vibratingMotion_8hpp_source.html" > vibratingMotion.hpp< / a > < / li >
< li > src/MotionModel/vibratingMotion/< a class = "el" href = "vibratingMotion_8cpp_source.html" > vibratingMotion.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_1vibratingMotion.html" > vibratingMotion< / 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 >