You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
163 lines
5.4 KiB
HTML
163 lines
5.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="author" content="AvaFrame">
|
|
<meta name="description" content="https://avaframe.org">
|
|
<meta name="keywords" content="project,avalanche">
|
|
|
|
<meta property="og:site_name" content="AvaFrame">
|
|
<meta property="og:title" content="
|
|
This month in AvaFrame - October 2021 edition - AvaFrame
|
|
">
|
|
<meta property="og:description" content="">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://avaframe.org/posts/monthlyoct2021/">
|
|
<meta property="og:image" content="https://avaframe.org">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyoct2021/">
|
|
<meta name="twitter:image" content="https://avaframe.org">
|
|
|
|
<base href="https://avaframe.org/posts/monthlyoct2021/">
|
|
<title>
|
|
This month in AvaFrame - October 2021 edition - AvaFrame
|
|
</title>
|
|
|
|
<link rel="canonical" href="https://avaframe.org/posts/monthlyoct2021/">
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
|
|
<link rel="stylesheet" href="https://avaframe.org/css/normalize.min.css">
|
|
<link rel="stylesheet" href="https://avaframe.org/css/style.min.css">
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-32x32.png" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-16x16.png" sizes="16x16">
|
|
|
|
|
|
<link rel="alternate" href="https://avaframe.org/index.xml" type="application/rss+xml" title="AvaFrame">
|
|
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
|
|
|
|
|
|
<meta name="generator" content="Hugo 0.93.2" />
|
|
</head>
|
|
|
|
<body class="">
|
|
<main class="wrapper">
|
|
<nav class="navigation">
|
|
<section class="container">
|
|
<a class="navigation-title" href="/">AvaFrame</a>
|
|
<input type="checkbox" id="menu-control"/>
|
|
<label class="menu-mobile float-right " for="menu-control">
|
|
<span class="btn-mobile float-right ">☰</span>
|
|
<ul class="navigation-list">
|
|
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://avaframe.org/about">About</a>
|
|
</li>
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://docs.avaframe.org">Documentation</a>
|
|
</li>
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</a>
|
|
</li>
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
|
|
</li>
|
|
|
|
<li class="navigation-item align-center ">
|
|
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
|
</label>
|
|
</section>
|
|
</nav>
|
|
|
|
|
|
<div class="content">
|
|
|
|
<section class="container post">
|
|
<article>
|
|
<header>
|
|
<h1 class="title">This month in AvaFrame - October 2021 edition</h1>
|
|
<h2 class="date">November 5, 2021</h2>
|
|
|
|
|
|
</header>
|
|
|
|
<p>Welcome to the first winter edition of the monthly update!</p>
|
|
<p>This has been a month with a lot of internal development, but not much of it landed on the master branch just yet.</p>
|
|
<p>The topics we are tackling at the moment are:</p>
|
|
<ul>
|
|
<li>
|
|
<p>investigation of the initial particle distribution, we are trying different options
|
|
and check to see if there is a significant change in the results. Aim is to make this easier to reproduce and less
|
|
arbitrary.</p>
|
|
</li>
|
|
<li>
|
|
<p>another method of splitting (and potentially merging) of particles is being developed. This relates to particle masses
|
|
and consistent handling in the numerical schemes.</p>
|
|
</li>
|
|
<li>
|
|
<p>we have the pleasure of welcoming an intern to our team: Amaury. Expect to see code and other contributions coming
|
|
from him. He will be working on investigating DFA kernel convergence (together with Matthias).</p>
|
|
</li>
|
|
<li>
|
|
<p>the first of the AvaFrame related master thesis results are coming closer. The first code from Marie has landed and is
|
|
being integrated in the code base. Exciting stuff related to path generation, hybrid / combination modeling of com1DFA
|
|
(dense flow) and com2AB (alpha beta).</p>
|
|
</li>
|
|
<li>
|
|
<p>we are now beginning the process of bringing end users with operational background in, getting feedback and stumbling
|
|
on all those pesky little teething problems. Thanks to all those taking time for this, your contribution is highly
|
|
valued!</p>
|
|
</li>
|
|
</ul>
|
|
<p>That’s it for this month, see you</p>
|
|
<p>Felix</p>
|
|
|
|
</article>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
|
|
</footer>
|
|
<div class="fixed-bar">
|
|
<section class="container">
|
|
|
|
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
|
|
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
|
|
#public:matrix.avaframe.org</a></p>
|
|
|
|
</section>
|
|
</div>
|
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<script src="https://avaframe.org/js/app.js"></script>
|
|
|
|
</body>
|
|
</html>
|