Add monthly may and june, version1.2
parent
528992a757
commit
a33827fb14
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
title: "This month in AvaFrame - June 2022 edition"
|
||||||
|
date: 2022-07-05T00:00:00+01:00
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Welcome to the June 2022 update.
|
||||||
|
|
||||||
|
This seems to be a recurring update lately: we are nearly at a rate of one release per month (this makes
|
||||||
|
my life in regards to these monthly updates a lot easier...).
|
||||||
|
|
||||||
|
To know what went on, head over to the [release info](/posts/version1_2/) of *version 1.2*.
|
||||||
|
|
||||||
|
So we recommend you update your installations, you will find the instructions at our
|
||||||
|
documentation at the end of the [installation instructions](https://docs.avaframe.org/en/latest/installation.html).
|
||||||
|
|
||||||
|
As always: if you run into problems or if you have ideas and feedback, don't hesitate to contact us!
|
||||||
|
|
||||||
|
I'm signing off for summer now, gonna change the topic away from snow and enjoy some sun and warm weather for a change!
|
||||||
|
|
||||||
|
Felix
|
||||||
@ -0,0 +1,41 @@
|
|||||||
|
---
|
||||||
|
title: "Release Version 1.2"
|
||||||
|
date: 2022-07-07T00:00:00+01:00
|
||||||
|
draft: false
|
||||||
|
slug: "version1_2"
|
||||||
|
---
|
||||||
|
|
||||||
|
**Today we released [Version 1.2](https://github.com/avaframe/AvaFrame/releases/tag/1.2)**
|
||||||
|
|
||||||
|
The main changes are the automatic split point generation and optional computation of fields
|
||||||
|
inside the calculation loop. Furthermore, renaming functions used for the QGis AvaFrameconnector are included.
|
||||||
|
|
||||||
|
ENHANCEMENTS
|
||||||
|
|
||||||
|
- Add function for renaming simulations, i.e. adding info to the simName. Used for AvaFrameConnector
|
||||||
|
- Split cfgUtils: Utils contain all reading and writing; cfghandling has functions that do
|
||||||
|
something with the cfgInfos
|
||||||
|
- Make computation of ppr, pta, P, TA and pke optional within the calculation loop. Only compute them
|
||||||
|
if they are required as output
|
||||||
|
- Add automatic split point generation: - First run a DFA simulation, either using the runDFAModule flag
|
||||||
|
in runComputeDFAPath.py or yourself
|
||||||
|
- Do not forget that you need to save particles or FD, FM, FV for multiple time steps
|
||||||
|
- What DFA parameters to use is not yet clear. I would use the BenMoussa time stepping and particles parameters,
|
||||||
|
sphOption 2, explicit friction option 1, some artificial viscosity, and maybe activate curvature
|
||||||
|
(with all this and a mu=0.42, I get ok results)
|
||||||
|
- Then runComputeDFAPath computes the mass average path, extends it and defines a splitPoint
|
||||||
|
|
||||||
|
FIX
|
||||||
|
- Particle exiting domain was not working properly with the new cython flag (wraparound boundcheck…)
|
||||||
|
- Correct hybrid Path ini file
|
||||||
|
- Update fields is too slow #455
|
||||||
|
- Automatic split point or beta point finding #706
|
||||||
|
- Add pfe to output files #694
|
||||||
|
- Make cflTime and sphKernelRadius a common option #668
|
||||||
|
- Change benchmarks not read particles from file (particles files still exist)
|
||||||
|
- Add consistency check for com1DFA configuration
|
||||||
|
- Fix problems with filtering of simulations
|
||||||
|
- Aimec comparison checks
|
||||||
|
- Add missing mass files to benchmarks
|
||||||
|
|
||||||
|
Felix
|
||||||
@ -0,0 +1,145 @@
|
|||||||
|
<!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 - June 2022 edition - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/monthlyjun2022/">
|
||||||
|
<meta property="og:image" content="https://avaframe.org">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/monthlyjun2022/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.org">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/monthlyjun2022/">
|
||||||
|
<title>
|
||||||
|
This month in AvaFrame - June 2022 edition - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/monthlyjun2022/">
|
||||||
|
|
||||||
|
<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.101.0" />
|
||||||
|
</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/reports">Reports</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 - June 2022 edition</h1>
|
||||||
|
<h2 class="date">July 5, 2022</h2>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p>Welcome to the June 2022 update.</p>
|
||||||
|
<p>This seems to be a recurring update lately: we are nearly at a rate of one release per month (this makes
|
||||||
|
my life in regards to these monthly updates a lot easier…).</p>
|
||||||
|
<p>To know what went on, head over to the <a href="/posts/version1_2/">release info</a> of <em>version 1.2</em>.</p>
|
||||||
|
<p>So we recommend you update your installations, you will find the instructions at our
|
||||||
|
documentation at the end of the <a href="https://docs.avaframe.org/en/latest/installation.html">installation instructions</a>.</p>
|
||||||
|
<p>As always: if you run into problems or if you have ideas and feedback, don’t hesitate to contact us!</p>
|
||||||
|
<p>I’m signing off for summer now, gonna change the topic away from snow and enjoy some sun and warm weather for a change!</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>
|
||||||
@ -0,0 +1,172 @@
|
|||||||
|
<!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="
|
||||||
|
Release Version 1.2 - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/version1_2/">
|
||||||
|
<meta property="og:image" content="https://avaframe.org">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/version1_2/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.org">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/version1_2/">
|
||||||
|
<title>
|
||||||
|
Release Version 1.2 - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/version1_2/">
|
||||||
|
|
||||||
|
<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.101.0" />
|
||||||
|
</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/reports">Reports</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">Release Version 1.2</h1>
|
||||||
|
<h2 class="date">July 7, 2022</h2>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p><strong>Today we released <a href="https://github.com/avaframe/AvaFrame/releases/tag/1.2">Version 1.2</a></strong></p>
|
||||||
|
<p>The main changes are the automatic split point generation and optional computation of fields
|
||||||
|
inside the calculation loop. Furthermore, renaming functions used for the QGis AvaFrameconnector are included.</p>
|
||||||
|
<p>ENHANCEMENTS</p>
|
||||||
|
<ul>
|
||||||
|
<li>Add function for renaming simulations, i.e. adding info to the simName. Used for AvaFrameConnector</li>
|
||||||
|
<li>Split cfgUtils: Utils contain all reading and writing; cfghandling has functions that do
|
||||||
|
something with the cfgInfos</li>
|
||||||
|
<li>Make computation of ppr, pta, P, TA and pke optional within the calculation loop. Only compute them
|
||||||
|
if they are required as output</li>
|
||||||
|
<li>Add automatic split point generation: - First run a DFA simulation, either using the runDFAModule flag
|
||||||
|
in runComputeDFAPath.py or yourself
|
||||||
|
<ul>
|
||||||
|
<li>Do not forget that you need to save particles or FD, FM, FV for multiple time steps</li>
|
||||||
|
<li>What DFA parameters to use is not yet clear. I would use the BenMoussa time stepping and particles parameters,
|
||||||
|
sphOption 2, explicit friction option 1, some artificial viscosity, and maybe activate curvature
|
||||||
|
(with all this and a mu=0.42, I get ok results)</li>
|
||||||
|
<li>Then runComputeDFAPath computes the mass average path, extends it and defines a splitPoint</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>FIX</p>
|
||||||
|
<ul>
|
||||||
|
<li>Particle exiting domain was not working properly with the new cython flag (wraparound boundcheck…)</li>
|
||||||
|
<li>Correct hybrid Path ini file</li>
|
||||||
|
<li>Update fields is too slow #455</li>
|
||||||
|
<li>Automatic split point or beta point finding #706</li>
|
||||||
|
<li>Add pfe to output files #694</li>
|
||||||
|
<li>Make cflTime and sphKernelRadius a common option #668</li>
|
||||||
|
<li>Change benchmarks not read particles from file (particles files still exist)</li>
|
||||||
|
<li>Add consistency check for com1DFA configuration</li>
|
||||||
|
<li>Fix problems with filtering of simulations</li>
|
||||||
|
<li>Aimec comparison checks</li>
|
||||||
|
<li>Add missing mass files to benchmarks</li>
|
||||||
|
</ul>
|
||||||
|
<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>
|
||||||
Reference in New Issue