Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CPEX 046 v2: Particle extension proposal #26

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CGNSFiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,13 @@ <h2>
<td NOSAVE><a href="mailto:[email protected]">Steve Feldman</a></td>
</tr>

<tr>
<td>Spray in a 3D box of Air:&nbsp; Unstructured mesh with particles in two ParticleZones.&nbsp; </td>
<td><a href="CGNSFiles/Particles/particles_example.cgns.gz">particles_example.cgns.gz</a> (61Kb)</td>
<td>Jun.21.00</td>
<td NOSAVE><a href="mailto:[email protected]">Alexandre Minot</a></td>
</tr>

</table></center>
</td>
</tr>
Expand Down
Binary file added CGNSFiles/Particles/particles_example.cgns.gz
Binary file not shown.
10 changes: 10 additions & 0 deletions CGNS_docs_current/filemap/figures.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,16 @@ <h2>CGNS File Mapping Figures</h2>
<li> <a href="figures/IntegralData.html"><tt>IntegralData_t</tt> Data Structure</a>
<li> <a href="figures/OversetHoles.html"><tt>OversetHoles_t</tt> Data Structure</a>
<li> <a href="figures/Periodic.html"><tt>Periodic_t</tt> Data Structure</a>
<li> <a href="figures/ParticleBreakupModel.html"><tt>ParticleBreakupModel_t</tt> Data Structure</a>
<li> <a href="figures/ParticleCollisionModel.html"><tt>ParticleCollisionModel_t</tt> Data Structure</a>
<li> <a href="figures/ParticleCoordinates.html"><tt>ParticleCoordinates_t</tt> Data Structure</a>
<li> <a href="figures/ParticleEquationSet.html"><tt>ParticleEquationSet_t</tt> Data Structure</a>
<li> <a href="figures/ParticleForceModel.html"><tt>ParticleForceModel_t</tt> Data Structure</a>
<li> <a href="figures/ParticleGoverningEquations.html"><tt>ParticleGoverningEquations_t</tt> Data Structure</a>
<li> <a href="figures/ParticlePhaseChangeModel.html"><tt>ParticlePhaseChangeModel_t</tt> Data Structure</a>
<li> <a href="figures/ParticleSolution.html"><tt>ParticleSolution_t</tt> Data Structure</a>
<li> <a href="figures/ParticleWallInteractionModel.html"><tt>ParticleWallInteractionModel_t</tt> Data Structure</a>
<li> <a href="figures/ParticleZone.html"><tt>ParticleZone_t</tt> Data Structure</a>
<li> <a href="figures/ReferenceState.html"><tt>ReferenceState_t</tt> Data Structure</a>
<li> <a href="figures/RigidGridMotion.html"><tt>RigidGridMotion_t</tt> Data Structure</a>
<li> <a href="figures/RotatingCoordinates.html"><tt>RotatingCoordinates_t</tt> Data Structure</a>
Expand Down
53 changes: 53 additions & 0 deletions CGNS_docs_current/filemap/figures/CGNSBase.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,38 @@
<td> <a href="Zone.html"><tt>Zone_t</tt> figure</a></td>
</table></div>

<br>
<div class=figelem2>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> User defined</td>
<tr valign=baseline align=left>
<th> Label:</th>
<td> <a href="../../sids/particles.html#ParticleZone"><tt>ParticleZone_t</tt></a></td>
<tr valign=baseline align=left>
<th> Data-Type:</th>
<td> <tt><span class=cgsize>cgsize_t</span></tt></td>
<tr valign=baseline align=left>
<th> Dimensions:</th>
<td> 1</td>
<tr valign=baseline align=left>
<th> Dimension&nbsp;Values:&nbsp;</th>
<td> 1</td>
<tr valign=baseline align=left>
<th> Data:</th>
<td> <tt>ParticleSize</tt></td>
<tr valign=baseline align=left>
<th> Cardinality:</th>
<td> 0,<i>N</i></td>
<tr valign=baseline align=left>
<th> Parameters:</th>
<td> <tt>PhysicalDimension</tt></td>
<tr valign=baseline align=left>
<th> Child&nbsp;Nodes:</th>
<td> <a href="ParticleZone.html"><tt>ParticleZone_t</tt> figure</a></td>
</table></div>

<br>
<div class=figelem2>
<table width=100% cellspacing=0 cellpadding=0 border=0>
Expand Down Expand Up @@ -336,6 +368,27 @@
figure</a></td>
</table></div>

<br>
<div class=figelem2>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> <tt>ParticleEquationSet</tt></td>
<tr valign=baseline align=left>
<th> Label:</th>
<td> <a href="../../sids/particles.html#ParticleEquationSet"><tt>ParticleEquationSet_t</tt></a></td>
<tr valign=baseline align=left>
<th> Data-Type:</th>
<td> <tt>MT</tt></td>
<tr valign=baseline align=left>
<th> Cardinality:</th>
<td> 0,1</td>
<tr valign=baseline align=left>
<th> Child&nbsp;Nodes:&nbsp;</th>
<td> <a href="ParticleEquationSet.html"><tt>ParticleEquationSet_t</tt>
figure</a></td>
</table></div>

<br>
<div class=figelem2>
<table width=100% cellspacing=0 cellpadding=0 border=0>
Expand Down
142 changes: 142 additions & 0 deletions CGNS_docs_current/filemap/figures/ParticleBreakupModel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
<!-- CGNS File Mapping Manual - ParticleBreakupModel Figure -->

<html>
<head>
<meta http-equiv="Content-Style-Type" content="text/css">
<link href="../filemap.css" rel="stylesheet" type="text/css">
<title> SIDS File Mapping Manual - ParticleBreakupModel Figure </title>
</head>

<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">

<a href="#endnav"><img src="../../blank.gif" border=0 alt="Skip navigation links"></a>
<small>
<center>
(<a href="../../index.html"><b>CGNS&nbsp;Documentation&nbsp;Home&nbsp;Page</b></a>)
(<a href="../../charter/index.html"><b>Steering&nbsp;Committee&nbsp;Charter</b></a>)
(<a href="../../overview/index.html"><b>Overview&nbsp;and&nbsp;Entry-Level&nbsp;Document</b></a>)
(<a href="../../user/index.html"><b>A&nbsp;User's&nbsp;Guide&nbsp;to&nbsp;CGNS</b></a>)
(<a href="../../midlevel/index.html"><b>Mid-Level&nbsp;Library</b></a>)
(<a href="../../sids/index.html"><b>Standard&nbsp;Interface&nbsp;Data&nbsp;Structures</b></a>)
(<a href="../index.html"><span class=nav><b>SIDS&nbsp;File&nbsp;Mapping&nbsp;Manual</b></span></a>)
(<a href="../../cgio/index.html"><b>CGIO&nbsp;User's&nbsp;Guide</b></a>)
(<a href="../../pcgns/index.html"><b>Parallel&nbsp;CGNS&nbsp;User's&nbsp;Guide</b></a>)
(<a href="../../adf/index.html"><b>ADF&nbsp;Implementation</b></a>)
(<a href="../../hdf5/index.html"><b>HDF5&nbsp;Implementation</b></a>)
(<a href="../../python/index.html"><b>Python&nbsp;Implementation</b></a>)
(<a href="../../cgnstools/index.html"><b>CGNS&nbsp;Tools&nbsp;and&nbsp;Utilities</b></a>)
<br><br>
(<a href="../brief.html"><b>Brief&nbsp;Description&nbsp;of&nbsp;CGNS</b></a>)
(<a href="../documentation.html"><b>CGNS&nbsp;Documentation</b></a>)
(<a href="../background.html"><b>CGNS&nbsp;Background</b></a>)
(<a href="../general.html"><b>General&nbsp;CGNS&nbsp;File&nbsp;Mapping&nbsp;Concepts</b></a>)
(<a href="../nodes.html"><b>Detailed&nbsp;CGNS&nbsp;Node&nbsp;Descriptions</b></a>)
(<a href="../figures.html"><span class=nav><b>CGNS&nbsp;File&nbsp;Mapping&nbsp;Figures</b></span></a>)
</center>
</small>
<a name="endnav"></a>

<br>
<div class=fighead>
<center>
<br><big><b>ParticleBreakupModel Node</b></big><br><br>
(See <a href="ParticleEquationSet.html"><tt>ParticleEquationSet_t</tt> figure</a>)<br><br>
</center>
</div>

<br>
<div class=figelem>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> User defined</td>
<tr valign=baseline align=left>
<th> Label:&nbsp;</th>
<td> <a href="../../sids/build.html#Descriptor"><tt>Descriptor_t</tt></a></td>
<tr valign=baseline align=left>
<th> See:</th>
<td> <a href="CGNSBase.html"><tt>CGNSBase_t</tt> figure</a></td>
</table></div>

<br>
<div class=figelem>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> <tt>DataClass</tt></td>
<tr valign=baseline align=left>
<th> Label:&nbsp;</th>
<td> <a href="../../sids/build.html#DataClass"><tt>DataClass_t</tt></a></td>
<tr valign=baseline align=left>
<th> See:</th>
<td> <a href="CGNSBase.html"><tt>CGNSBase_t</tt> figure</a></td>
</table></div>

<br>
<div class=figelem>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> <tt>DimensionalUnits</tt></td>
<tr valign=baseline align=left>
<th> Label:&nbsp;</th>
<td> <a href="../../sids/build.html#DimensionalUnits"><tt>DimensionalUnits_t</tt></a></td>
<tr valign=baseline align=left>
<th> See:</th>
<td> <a href="CGNSBase.html"><tt>CGNSBase_t</tt> figure</a></td>
</table></div>

<br>
<div class=figelem>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> Data-name identifier or user defined</td>
<tr valign=baseline align=left>
<th> Label:</th>
<td> <a href="../../sids/data.html#DataArray"><tt>DataArray_t</tt></a></td>
<tr valign=baseline align=left>
<th> Data-Type:</th>
<td> <tt>DataType</tt></td>
<tr valign=baseline align=left>
<th> Dimensions:</th>
<td> 1</td>
<tr valign=baseline align=left>
<th> Dimension&nbsp;Values:&nbsp;</th>
<td> 1</td>
<tr valign=baseline align=left>
<th> Data:</th>
<td> Data quantity</td>
<tr valign=baseline align=left>
<th> Cardinality:</th>
<td> 0,<i>N</i></td>
<tr valign=baseline align=left>
<th> Parameters:</th>
<td> <tt>DataType</tt></td>
<tr valign=baseline align=left>
<th> Child Nodes:</th>
<td> <a href="DataArray.html"><tt>DataArray_t</tt> figure</a></td>
</table></div>

<br>
<div class=figelem>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> User defined</td>
<tr valign=baseline align=left>
<th> Label:&nbsp;&nbsp;</th>
<td> <a href="../../sids/misc.html#UserDefinedData"><tt>UserDefinedData_t</tt></a></td>
<tr valign=baseline align=left>
<th> See:</th>
<td> <a href="CGNSBase.html"><tt>CGNSBase_t</tt> figure</a></td>
</table></div>

<p>
<hr size=4 width=75%>
<div class=footer>
<!--#include virtual="../../include/footer_small.html" -->
Last updated 11 Feb 2002

</body>
</html>
142 changes: 142 additions & 0 deletions CGNS_docs_current/filemap/figures/ParticleCollisionModel.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
<!-- CGNS File Mapping Manual - ParticleCollisionModel Figure -->

<html>
<head>
<meta http-equiv="Content-Style-Type" content="text/css">
<link href="../filemap.css" rel="stylesheet" type="text/css">
<title> SIDS File Mapping Manual - ParticleCollisionModel Figure </title>
</head>

<body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">

<a href="#endnav"><img src="../../blank.gif" border=0 alt="Skip navigation links"></a>
<small>
<center>
(<a href="../../index.html"><b>CGNS&nbsp;Documentation&nbsp;Home&nbsp;Page</b></a>)
(<a href="../../charter/index.html"><b>Steering&nbsp;Committee&nbsp;Charter</b></a>)
(<a href="../../overview/index.html"><b>Overview&nbsp;and&nbsp;Entry-Level&nbsp;Document</b></a>)
(<a href="../../user/index.html"><b>A&nbsp;User's&nbsp;Guide&nbsp;to&nbsp;CGNS</b></a>)
(<a href="../../midlevel/index.html"><b>Mid-Level&nbsp;Library</b></a>)
(<a href="../../sids/index.html"><b>Standard&nbsp;Interface&nbsp;Data&nbsp;Structures</b></a>)
(<a href="../index.html"><span class=nav><b>SIDS&nbsp;File&nbsp;Mapping&nbsp;Manual</b></span></a>)
(<a href="../../cgio/index.html"><b>CGIO&nbsp;User's&nbsp;Guide</b></a>)
(<a href="../../pcgns/index.html"><b>Parallel&nbsp;CGNS&nbsp;User's&nbsp;Guide</b></a>)
(<a href="../../adf/index.html"><b>ADF&nbsp;Implementation</b></a>)
(<a href="../../hdf5/index.html"><b>HDF5&nbsp;Implementation</b></a>)
(<a href="../../python/index.html"><b>Python&nbsp;Implementation</b></a>)
(<a href="../../cgnstools/index.html"><b>CGNS&nbsp;Tools&nbsp;and&nbsp;Utilities</b></a>)
<br><br>
(<a href="../brief.html"><b>Brief&nbsp;Description&nbsp;of&nbsp;CGNS</b></a>)
(<a href="../documentation.html"><b>CGNS&nbsp;Documentation</b></a>)
(<a href="../background.html"><b>CGNS&nbsp;Background</b></a>)
(<a href="../general.html"><b>General&nbsp;CGNS&nbsp;File&nbsp;Mapping&nbsp;Concepts</b></a>)
(<a href="../nodes.html"><b>Detailed&nbsp;CGNS&nbsp;Node&nbsp;Descriptions</b></a>)
(<a href="../figures.html"><span class=nav><b>CGNS&nbsp;File&nbsp;Mapping&nbsp;Figures</b></span></a>)
</center>
</small>
<a name="endnav"></a>

<br>
<div class=fighead>
<center>
<br><big><b>ParticleCollisionModel Node</b></big><br><br>
(See <a href="ParticleEquationSet.html"><tt>ParticleEquationSet_t</tt> figure</a>)<br><br>
</center>
</div>

<br>
<div class=figelem>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> User defined</td>
<tr valign=baseline align=left>
<th> Label:&nbsp;</th>
<td> <a href="../../sids/build.html#Descriptor"><tt>Descriptor_t</tt></a></td>
<tr valign=baseline align=left>
<th> See:</th>
<td> <a href="CGNSBase.html"><tt>CGNSBase_t</tt> figure</a></td>
</table></div>

<br>
<div class=figelem>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> <tt>DataClass</tt></td>
<tr valign=baseline align=left>
<th> Label:&nbsp;</th>
<td> <a href="../../sids/build.html#DataClass"><tt>DataClass_t</tt></a></td>
<tr valign=baseline align=left>
<th> See:</th>
<td> <a href="CGNSBase.html"><tt>CGNSBase_t</tt> figure</a></td>
</table></div>

<br>
<div class=figelem>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> <tt>DimensionalUnits</tt></td>
<tr valign=baseline align=left>
<th> Label:&nbsp;</th>
<td> <a href="../../sids/build.html#DimensionalUnits"><tt>DimensionalUnits_t</tt></a></td>
<tr valign=baseline align=left>
<th> See:</th>
<td> <a href="CGNSBase.html"><tt>CGNSBase_t</tt> figure</a></td>
</table></div>

<br>
<div class=figelem>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> Data-name identifier or user defined</td>
<tr valign=baseline align=left>
<th> Label:</th>
<td> <a href="../../sids/data.html#DataArray"><tt>DataArray_t</tt></a></td>
<tr valign=baseline align=left>
<th> Data-Type:</th>
<td> <tt>DataType</tt></td>
<tr valign=baseline align=left>
<th> Dimensions:</th>
<td> 1</td>
<tr valign=baseline align=left>
<th> Dimension&nbsp;Values:&nbsp;</th>
<td> 1</td>
<tr valign=baseline align=left>
<th> Data:</th>
<td> Data quantity</td>
<tr valign=baseline align=left>
<th> Cardinality:</th>
<td> 0,<i>N</i></td>
<tr valign=baseline align=left>
<th> Parameters:</th>
<td> <tt>DataType</tt></td>
<tr valign=baseline align=left>
<th> Child Nodes:</th>
<td> <a href="DataArray.html"><tt>DataArray_t</tt> figure</a></td>
</table></div>

<br>
<div class=figelem>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr valign=baseline align=left>
<th width=10%> Name:</th>
<td> User defined</td>
<tr valign=baseline align=left>
<th> Label:&nbsp;&nbsp;</th>
<td> <a href="../../sids/misc.html#UserDefinedData"><tt>UserDefinedData_t</tt></a></td>
<tr valign=baseline align=left>
<th> See:</th>
<td> <a href="CGNSBase.html"><tt>CGNSBase_t</tt> figure</a></td>
</table></div>

<p>
<hr size=4 width=75%>
<div class=footer>
<!--#include virtual="../../include/footer_small.html" -->
Last updated 11 Feb 2002

</body>
</html>
Loading