Skip to content
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
20 changes: 12 additions & 8 deletions content/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,29 +542,33 @@ <h2 class="section-header">How does it look like?</h2>
<div class="row">
<div class="col-lg-12">
<p>
In this <a href="tutorials-perpendicular-flap.html">tutorial case</a>, we couple OpenFOAM with CalculiX for FSI. OpenFOAM starts and waits for CalculiX. After they both start,
they find each other and start performing a serial-implicit coupling with interface quasi-Newton acceleration.
These options are set in the preCICE <a href="configuration-overview.html">configuration</a> file
<code>precice-config.xml</code>.
In this tutorial, we couple the CFD code OpenFOAM with a C++ rigid body solver for fluid-structure interaction, using a serial-explicit coupling, as defined in the <a href="configuration-overview.html">preCICE configuration file</a>.
OpenFOAM loads a ready-to-use <a href="adapter-openfoam-overview.html">adapter</a>, while the C++ code uses the <a href="couple-your-code-api.html">preCICE API</a>.
OpenFOAM starts and waits for the other code. After they both start,
they find each other perform a black-box coupled simulation.
</p>
</div>
</div>

<div class="row">
<div class="col-lg-12">
<div class="hidden-sm hidden-xs">
<script id="asciicast-341806" src="https://asciinema.org/a/341806.js" data-size="small" async></script>
<script id="asciicast-RqGhiiS8jf2fKTaXgiNn73B1G" src="https://asciinema.org/a/RqGhiiS8jf2fKTaXgiNn73B1G.js" data-size="small" async></script>
</div>
<div class="visible-sm visible-xs" style="margin-bottom: 5px;">
<a class="no-icon" href="https://asciinema.org/a/341806" target="_blank"><img class="img-responsive center-block" src="https://asciinema.org/a/341806.svg" alt="code animation"/></a>
<a class="no-icon" href="https://asciinema.org/a/RqGhiiS8jf2fKTaXgiNn73B1G" target="_blank"><img class="img-responsive center-block" src="https://asciinema.org/a/RqGhiiS8jf2fKTaXgiNn73B1G.svg" alt="code animation"/></a>
</div>
</div>
</div>

<div class="row">
<div class="col-lg-12">
<a href="tutorials.html" class="btn btn-primary no-icon"
role="button">Run a tutorial yourself &nbsp;<i class="fas fa-chevron-right"></i></a>
<a href="community-channels.html" class="btn btn-default next-steps-link no-icon"
role="button">Follow preCICE &nbsp;<i class="fas fa-chevron-right"></i></a>
<a href="https://precice.discourse.group/c/what-is/9" class="btn btn-default next-steps-link no-icon"
role="button">Is preCICE for me? &nbsp;<i class="fas fa-chevron-right"></i></a>
<a href="quickstart.html" class="btn btn-primary next-steps-link no-icon"
role="button">Run this tutorial yourself &nbsp;<i class="fas fa-chevron-right"></i></a>
</div>
</div>

Expand Down
5 changes: 5 additions & 0 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ img.testimonial {
margin-right: 10px;
}

.next-steps-link {
margin-top: 20px;
margin-right: 10px;
}

/* preCICE support */

img.precice-support {
Expand Down