511 lines
34 KiB
HTML
511 lines
34 KiB
HTML
<!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"/>
|
|
<meta name="description" content="PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU.">
|
|
<title>PhasicFlow: ppInteractionFunctor< ContactForceModel, ContactListType > Struct Template 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>
|
|
<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>
|
|
<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" >
|
|
<tbody>
|
|
<tr>
|
|
<td id="projectlogo"><a href="https://github.com/PhasicFlow"><img alt="Logo" src="phasicFlow_logo.png"></a></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>
|
|
<tr>
|
|
<td id="projectbrief">
|
|
<a href="https://https://cemf.ir">www.cemf.ir</a>
|
|
</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('structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.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="#pub-types">Public Types</a> |
|
|
<a href="#pub-methods">Public Member Functions</a> |
|
|
<a href="#pub-attribs">Public Attributes</a> |
|
|
<a href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor-members.html">List of all members</a> </div>
|
|
<div class="headertitle">
|
|
<div class="title">ppInteractionFunctor< ContactForceModel, ContactListType > Struct Template Reference</div> </div>
|
|
</div><!--header-->
|
|
<div class="contents">
|
|
<table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
|
|
Public Types</h2></td></tr>
|
|
<tr class="memitem:aa5496fb19b1437cfbc17c07b1e9b5d27"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#aa5496fb19b1437cfbc17c07b1e9b5d27">PairType</a> = typename ContactListType::PairType</td></tr>
|
|
<tr class="separator:aa5496fb19b1437cfbc17c07b1e9b5d27"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a6eb981aa3b299bf3f3d30f4cd838c9a1"><td class="memItemLeft" align="right" valign="top">using </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#a6eb981aa3b299bf3f3d30f4cd838c9a1">ValueType</a> = typename ContactListType::ValueType</td></tr>
|
|
<tr class="separator:a6eb981aa3b299bf3f3d30f4cd838c9a1"><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:a6897b03bc68d1c459fa20d601b60bb0e"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#a6897b03bc68d1c459fa20d601b60bb0e">ppInteractionFunctor</a> (<a class="el" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> dt, ContactForceModel forceModel, ContactListType tobeFilled, <a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> > diam, <a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> > propId, <a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > pos, <a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > lVel, <a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > rVel, <a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > cForce, <a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > cTorque)</td></tr>
|
|
<tr class="separator:a6897b03bc68d1c459fa20d601b60bb0e"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a40b7fef714126800199cdbd633b37ef8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e">INLINE_FUNCTION_HD</a> void </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#a40b7fef714126800199cdbd633b37ef8">operator()</a> (const <a class="el" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> <a class="el" href="NBSLoop_8hpp.html#a58f1256fe216b2e84819aa621b683de1">n</a>) const</td></tr>
|
|
<tr class="separator:a40b7fef714126800199cdbd633b37ef8"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table><table class="memberdecls">
|
|
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
|
|
Public Attributes</h2></td></tr>
|
|
<tr class="memitem:ab7c0e1c754daddef0aa990fccb8ef033"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#ab7c0e1c754daddef0aa990fccb8ef033">dt_</a></td></tr>
|
|
<tr class="separator:ab7c0e1c754daddef0aa990fccb8ef033"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a68c7887316681f8be493c5e8cdbe24ca"><td class="memItemLeft" align="right" valign="top">ContactForceModel </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#a68c7887316681f8be493c5e8cdbe24ca">forceModel_</a></td></tr>
|
|
<tr class="separator:a68c7887316681f8be493c5e8cdbe24ca"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a1407ccc7cef3cd3ecbd2fc021d856a86"><td class="memItemLeft" align="right" valign="top">ContactListType </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#a1407ccc7cef3cd3ecbd2fc021d856a86">tobeFilled_</a></td></tr>
|
|
<tr class="separator:a1407ccc7cef3cd3ecbd2fc021d856a86"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ad041905629f35e188dd78d8512b2be6e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#ad041905629f35e188dd78d8512b2be6e">diam_</a></td></tr>
|
|
<tr class="separator:ad041905629f35e188dd78d8512b2be6e"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ad92937b61b6dea7834371dc8f8d5d621"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#ad92937b61b6dea7834371dc8f8d5d621">propId_</a></td></tr>
|
|
<tr class="separator:ad92937b61b6dea7834371dc8f8d5d621"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a8de0751d680a241d8f35fb8d654d76e1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#a8de0751d680a241d8f35fb8d654d76e1">pos_</a></td></tr>
|
|
<tr class="separator:a8de0751d680a241d8f35fb8d654d76e1"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a5fa7827c50d4fbfef48c30d580a9ae56"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#a5fa7827c50d4fbfef48c30d580a9ae56">lVel_</a></td></tr>
|
|
<tr class="separator:a5fa7827c50d4fbfef48c30d580a9ae56"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:a9e151c1ca79913661cb9c3ce659d7ba7"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#a9e151c1ca79913661cb9c3ce659d7ba7">rVel_</a></td></tr>
|
|
<tr class="separator:a9e151c1ca79913661cb9c3ce659d7ba7"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ab4d1edca6a2c39700dc2327a8c9d5dee"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#ab4d1edca6a2c39700dc2327a8c9d5dee">cForce_</a></td></tr>
|
|
<tr class="separator:ab4d1edca6a2c39700dc2327a8c9d5dee"><td class="memSeparator" colspan="2"> </td></tr>
|
|
<tr class="memitem:ac492c7557600a8f3019b405c24a06a1b"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#ac492c7557600a8f3019b405c24a06a1b">cTorque_</a></td></tr>
|
|
<tr class="separator:ac492c7557600a8f3019b405c24a06a1b"><td class="memSeparator" colspan="2"> </td></tr>
|
|
</table>
|
|
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
|
|
<div class="textblock"><h3>template<typename ContactForceModel, typename ContactListType><br />
|
|
struct pFlow::sphereInteractionKernels::ppInteractionFunctor< ContactForceModel, ContactListType ></h3>
|
|
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00033">33</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
</div><h2 class="groupheader">Member Typedef Documentation</h2>
|
|
<a id="aa5496fb19b1437cfbc17c07b1e9b5d27"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#aa5496fb19b1437cfbc17c07b1e9b5d27">◆ </a></span>PairType</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">using <a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#aa5496fb19b1437cfbc17c07b1e9b5d27">PairType</a> = typename ContactListType::PairType</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00036">36</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a6eb981aa3b299bf3f3d30f4cd838c9a1"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a6eb981aa3b299bf3f3d30f4cd838c9a1">◆ </a></span>ValueType</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">using <a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html#a6eb981aa3b299bf3f3d30f4cd838c9a1">ValueType</a> = typename ContactListType::ValueType</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00037">37</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<h2 class="groupheader">Constructor & Destructor Documentation</h2>
|
|
<a id="a6897b03bc68d1c459fa20d601b60bb0e"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a6897b03bc68d1c459fa20d601b60bb0e">◆ </a></span>ppInteractionFunctor()</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="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html">ppInteractionFunctor</a> </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 class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">ContactForceModel </td>
|
|
<td class="paramname"><em>forceModel</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype">ContactListType </td>
|
|
<td class="paramname"><em>tobeFilled</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> > </td>
|
|
<td class="paramname"><em>diam</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> > </td>
|
|
<td class="paramname"><em>propId</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > </td>
|
|
<td class="paramname"><em>pos</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > </td>
|
|
<td class="paramname"><em>lVel</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > </td>
|
|
<td class="paramname"><em>rVel</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > </td>
|
|
<td class="paramname"><em>cForce</em>, </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="paramkey"></td>
|
|
<td></td>
|
|
<td class="paramtype"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a>< <a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a> > </td>
|
|
<td class="paramname"><em>cTorque</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">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00053">53</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<h2 class="groupheader">Member Function Documentation</h2>
|
|
<a id="a40b7fef714126800199cdbd633b37ef8"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a40b7fef714126800199cdbd633b37ef8">◆ </a></span>operator()()</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> void operator() </td>
|
|
<td>(</td>
|
|
<td class="paramtype">const <a class="el" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a> </td>
|
|
<td class="paramname"><em>n</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">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">78</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">References <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00049">ppInteractionFunctor< ContactForceModel, ContactListType >::cForce_</a>, <a class="el" href="tripleFwd_8hpp.html#a7a724b824f9e21a646a965a99fff4b04">cross()</a>, <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00050">ppInteractionFunctor< ContactForceModel, ContactListType >::cTorque_</a>, <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00044">ppInteractionFunctor< ContactForceModel, ContactListType >::diam_</a>, <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00039">ppInteractionFunctor< ContactForceModel, ContactListType >::dt_</a>, <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00041">ppInteractionFunctor< ContactForceModel, ContactListType >::forceModel_</a>, <a class="el" href="tripleFwd_8hpp.html#ae1449f1d56abab2ec4d0f00b685fc478">length()</a>, <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00047">ppInteractionFunctor< ContactForceModel, ContactListType >::lVel_</a>, <a class="el" href="NBSLoop_8hpp_source.html#l00024">n</a>, <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00046">ppInteractionFunctor< ContactForceModel, ContactListType >::pos_</a>, <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00045">ppInteractionFunctor< ContactForceModel, ContactListType >::propId_</a>, <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00048">ppInteractionFunctor< ContactForceModel, ContactListType >::rVel_</a>, <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00042">ppInteractionFunctor< ContactForceModel, ContactListType >::tobeFilled_</a>, <a class="el" href="triple_8hpp_source.html#l00049">triple< T >::x_</a>, <a class="el" href="triple_8hpp_source.html#l00050">triple< T >::y_</a>, and <a class="el" href="triple_8hpp_source.html#l00051">triple< T >::z_</a>.</p>
|
|
<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;">
|
|
<div class="center"><img src="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor_a40b7fef714126800199cdbd633b37ef8_cgraph.png" border="0" usemap="#structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor_a40b7fef714126800199cdbd633b37ef8_cgraph" alt=""/></div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<h2 class="groupheader">Member Data Documentation</h2>
|
|
<a id="ab7c0e1c754daddef0aa990fccb8ef033"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ab7c0e1c754daddef0aa990fccb8ef033">◆ </a></span>dt_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> dt_</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00039">39</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">ppInteractionFunctor< ContactForceModel, ContactListType >::operator()()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a68c7887316681f8be493c5e8cdbe24ca"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a68c7887316681f8be493c5e8cdbe24ca">◆ </a></span>forceModel_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">ContactForceModel forceModel_</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00041">41</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">ppInteractionFunctor< ContactForceModel, ContactListType >::operator()()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a1407ccc7cef3cd3ecbd2fc021d856a86"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a1407ccc7cef3cd3ecbd2fc021d856a86">◆ </a></span>tobeFilled_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">ContactListType tobeFilled_</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00042">42</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">ppInteractionFunctor< ContactForceModel, ContactListType >::operator()()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ad041905629f35e188dd78d8512b2be6e"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ad041905629f35e188dd78d8512b2be6e">◆ </a></span>diam_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a><<a class="el" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>> diam_</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00044">44</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">ppInteractionFunctor< ContactForceModel, ContactListType >::operator()()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ad92937b61b6dea7834371dc8f8d5d621"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ad92937b61b6dea7834371dc8f8d5d621">◆ </a></span>propId_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a><<a class="el" href="namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b">uint32</a>> propId_</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00045">45</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">ppInteractionFunctor< ContactForceModel, ContactListType >::operator()()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a8de0751d680a241d8f35fb8d654d76e1"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a8de0751d680a241d8f35fb8d654d76e1">◆ </a></span>pos_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a><<a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a>> pos_</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00046">46</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">ppInteractionFunctor< ContactForceModel, ContactListType >::operator()()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a5fa7827c50d4fbfef48c30d580a9ae56"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a5fa7827c50d4fbfef48c30d580a9ae56">◆ </a></span>lVel_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a><<a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a>> lVel_</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00047">47</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">ppInteractionFunctor< ContactForceModel, ContactListType >::operator()()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="a9e151c1ca79913661cb9c3ce659d7ba7"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#a9e151c1ca79913661cb9c3ce659d7ba7">◆ </a></span>rVel_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a><<a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a>> rVel_</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00048">48</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">ppInteractionFunctor< ContactForceModel, ContactListType >::operator()()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ab4d1edca6a2c39700dc2327a8c9d5dee"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ab4d1edca6a2c39700dc2327a8c9d5dee">◆ </a></span>cForce_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a><<a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a>> cForce_</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00049">49</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">ppInteractionFunctor< ContactForceModel, ContactListType >::operator()()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<a id="ac492c7557600a8f3019b405c24a06a1b"></a>
|
|
<h2 class="memtitle"><span class="permalink"><a href="#ac492c7557600a8f3019b405c24a06a1b">◆ </a></span>cTorque_</h2>
|
|
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname"><a class="el" href="namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164">deviceViewType1D</a><<a class="el" href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">realx3</a>> cTorque_</td>
|
|
</tr>
|
|
</table>
|
|
</div><div class="memdoc">
|
|
|
|
<p class="definition">Definition at line <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00050">50</a> of file <a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</a>.</p>
|
|
|
|
<p class="reference">Referenced by <a class="el" href="sphereInteractionKernels_8hpp_source.html#l00078">ppInteractionFunctor< ContactForceModel, ContactListType >::operator()()</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
<hr/>The documentation for this struct was generated from the following file:<ul>
|
|
<li>src/Interaction/sphereInteraction/sphereInteraction/<a class="el" href="sphereInteractionKernels_8hpp_source.html">sphereInteractionKernels.hpp</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="namespacepFlow_1_1sphereInteractionKernels.html">sphereInteractionKernels</a></li><li class="navelem"><a class="el" href="structpFlow_1_1sphereInteractionKernels_1_1ppInteractionFunctor.html">ppInteractionFunctor</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>
|