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

xiongxin documentation #10

Merged
merged 11 commits into from
Apr 21, 2023
Merged
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
4 changes: 4 additions & 0 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 460f45d6faf9867abf533d23c6816ee9
tags: 645f666f9bcd5a90fca523b33c5a78b7
1 change: 1 addition & 0 deletions docs/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions docs/.nojekyll copy
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

125 changes: 125 additions & 0 deletions docs/2phase.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>2phase &mdash; taichi-LBM3D 0.0.1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->

<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="lbm_solver_3d_2phase_sparse" href="twophase/lbm_solver_3d_2phase_sparse.html" />
<link rel="prev" title="lbm_solver_3d_Macro_Sukop" href="Grey_scale/lbm_solver_3d_Macro_Sukop.html" />
</head>

<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="index.html" class="icon icon-home">
taichi-LBM3D
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="modules.html">taichi_LBM3D</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="Single_phase.html">Single_phase</a></li>
<li class="toctree-l2"><a class="reference internal" href="Grey_Scale.html">Grey_Scale</a></li>
<li class="toctree-l2 current"><a class="current reference internal" href="#">2phase</a><ul>
<li class="toctree-l3"><a class="reference internal" href="twophase/lbm_solver_3d_2phase_sparse.html">lbm_solver_3d_2phase_sparse</a></li>
<li class="toctree-l3"><a class="reference internal" href="twophase/lbm_solver_3d_2phase.html">lbm_solver_3d_2phase</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="Phase_change.html">Phase_change package</a></li>
</ul>
</li>
</ul>

</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">taichi-LBM3D</a>
</nav>

<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="modules.html">taichi_LBM3D</a></li>
<li class="breadcrumb-item active">2phase</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/2phase.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="phase">
<h1>2phase<a class="headerlink" href="#phase" title="Permalink to this heading"></a></h1>
<div class="toctree-wrapper compound">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="twophase/lbm_solver_3d_2phase_sparse.html">lbm_solver_3d_2phase_sparse</a></li>
<li class="toctree-l1"><a class="reference internal" href="twophase/lbm_solver_3d_2phase.html">lbm_solver_3d_2phase</a></li>
</ul>
</div>
</section>


</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="Grey_scale/lbm_solver_3d_Macro_Sukop.html" class="btn btn-neutral float-left" title="lbm_solver_3d_Macro_Sukop" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="twophase/lbm_solver_3d_2phase_sparse.html" class="btn btn-neutral float-right" title="lbm_solver_3d_2phase_sparse" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, xiongxin.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
11 changes: 11 additions & 0 deletions docs/2phase.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
2phase
==============

.. toctree::
:maxdepth: 4
:caption: Contents:

twophase/lbm_solver_3d_2phase_sparse
twophase/lbm_solver_3d_2phase


126 changes: 126 additions & 0 deletions docs/Convert_stl_to_binary.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Convert_stl_to_binary &mdash; taichi-LBM3D 0.0.1 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<!--[if lt IE 9]>
<script src="_static/js/html5shiv.min.js"></script>
<![endif]-->

<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<script src="_static/js/theme.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Grey_Scale package" href="Grey_Scale.html" />
<link rel="prev" title="example_porous_medium" href="example_porous_medium.html" />
</head>

<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >



<a href="index.html" class="icon icon-home">
taichi-LBM3D
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="modules.html">taichi_LBM3D</a><ul class="current">
<li class="toctree-l2 current"><a class="reference internal" href="Single_phase.html">Single_phase</a><ul class="current">
<li class="toctree-l3"><a class="reference internal" href="LBM_3D_SinglePhase_Solver.html">Single_phase.LBM_3D_SinglePhase_Solver</a></li>
<li class="toctree-l3"><a class="reference internal" href="lbm_solver_3d.html">Single_phase.lbm_solver_3d</a></li>
<li class="toctree-l3"><a class="reference internal" href="lbm_solver_3d_cavity.html">lbm_solver_3d_cavity</a></li>
<li class="toctree-l3"><a class="reference internal" href="lbm_solver_3d_sparse.html">lbm_solver_3d_sparse</a></li>
<li class="toctree-l3"><a class="reference internal" href="flow_domain_geo_generation_2D.html">flow_domain_geo_generation_2D</a></li>
<li class="toctree-l3"><a class="reference internal" href="example_cavity.html">example_cavity</a></li>
<li class="toctree-l3"><a class="reference internal" href="example_porous_medium.html">example_porous_medium</a></li>
<li class="toctree-l3 current"><a class="current reference internal" href="#">Convert_stl_to_binary</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="Grey_Scale.html">Grey_Scale package</a></li>
<li class="toctree-l2"><a class="reference internal" href="2phase.html">2phase package</a></li>
<li class="toctree-l2"><a class="reference internal" href="Phase_change.html">Phase_change package</a></li>
</ul>
</li>
</ul>

</div>
</div>
</nav>

<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">taichi-LBM3D</a>
</nav>

<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
<li class="breadcrumb-item"><a href="modules.html">taichi_LBM3D</a></li>
<li class="breadcrumb-item"><a href="Single_phase.html">Single_phase</a></li>
<li class="breadcrumb-item active">Convert_stl_to_binary</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/Convert_stl_to_binary.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<section id="convert-stl-to-binary">
<h1>Convert_stl_to_binary<a class="headerlink" href="#convert-stl-to-binary" title="Permalink to this heading"></a></h1>
<p>This file reads the stl file and output to vtk file</p>
</section>


</div>
</div>
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="example_porous_medium.html" class="btn btn-neutral float-left" title="example_porous_medium" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="Grey_Scale.html" class="btn btn-neutral float-right" title="Grey_Scale package" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>

<div role="contentinfo">
<p>&#169; Copyright 2023, xiongxin.</p>
</div>

Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
provided by <a href="https://readthedocs.org">Read the Docs</a>.


</footer>
</div>
</div>
</section>
</div>
<script>
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>

</body>
</html>
Loading