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

Portfolio elixair #51

Open
wants to merge 7 commits into
base: master
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
Binary file added assets/images/portfolio/elixair_video.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ weight = 3

[[main]]
name = "Partners"
url = "#partners"
url = "#customers"
weight = 4

[[main]]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@ year: 2023
title: "pyturbo library"
subtitle: "Efficient turbine design made open-source"
draft: false
image: "images/portfolio/pyturbo_icon.gif"
image: "/images/portfolio/pyturbo_icon.gif"
weight: 1
article_url: "portfolio/2023/pyturbo"
article_url: "./2023/pyturbo"
---

<div class='row'>
<div class='col-7 '>

### Objectives

- Demonstrate modelling and design capabilities based on CoSApp.

- Provide a turbofan Open-Source library for training and as a base block of advanced simulations workflows.


### Outlook

- Add alternative modelings, architectures.
Expand All @@ -26,16 +21,20 @@ article_url: "portfolio/2023/pyturbo"
### Current status

- A turbofan (2 shafts) architecture is covered from single physics/components to the full product, using modular intermediate assemblies.

- Multiple off-design and design strategies are available as numerical workflows.

<div class='row'>
<div class='col-lg-5 col-md-5 col-12' text-align='center'>
<div class='imgbox'>
{{<figure src=pyturbo_icon.gif width="100%" class="center-fit">}}
</div>
<div class='col-5' text-align='center'>
<div class='row'>
{{<figure src=/images/portfolio/pyturbo_icon.gif width="500">}}
</div>
<div class='row'>
{{<figure src=/images/portfolio/pyturbo_aircraft.png width="500">}}
</div>
<center><p> Turbine being manipulated by the user and recalculated live.</p></center>
</div>
<div class='col-lg-7 col-md-7 col-12' text-align='center'>
<div class='imgbox'>
{{<figure src=pyturbo_aircraft.png width="100%">}}
</div>
</div>
<center><p> Aircraft digital twin with equiped with the engine above.</p></center>
</div>
</div>
</div>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/portfolio/2023/pyturbo/pyturbo_icon.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/portfolio/2024/elixair/elixair_video.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions content/portfolio/2024/elixair/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
year: 2024
title: "Elixair Excel addin"
subtitle: "Fast design for climatisation projects"
draft: false
image: "/images/portfolio/elixair_video.gif"
weight: 3
article_url: "./2024/elixair"
---

### Objectives

- Provide standardized and templated spreadsheets interfaced with our simulation tool.
- A digital twin of a climatic sink based on standard models to compute energy savings during a year.

### The spreadsheet

- From few inputs, the user instantly gets the results of the simulation embedded in their spreadsheet (outlet temperature, energy savings and head losses).
- They know that it respects the standard they have to follow and is able to export all the results directly within a templated report.
- Extended language support in French, English, German and Spanish in just one click.

### Outlook
- A fully customised tool that you can easily control.
- Everything you need is gathered on the same page and available just a click away.
- The digital twin engine is tested and robust. It is even extensible if you need to connect new tool to it!

<div class='row'>
<div class='col-lg-7 col-md-12 col-12' text-align='center'>
<div class='imgbox'>
{{<figure src=elixair_video.gif width="100%" class="center-fit">}}
</div>
<center><p> Reduced version of the Elixair spreadsheet and user interaction.</p></center>
</div>
<div class='col-lg-5 col-md-12 col-12' text-align='center'>

> Our project to develop a thermal pre-sizing software for climatic wells with TwiinIT went very well. The team is very responsive and attentive. They delved into the subject in depth to meet our expectations. I recommend. <br>
> <br>
> _Charles Aumercier, project manager at PAM Building_

</div>
</div>
</div>
2 changes: 1 addition & 1 deletion layouts/portfolio/card.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<article class="card blog-card">
<div class="card-body">
<h3 class="card-title"><a title="{{ .Title }}">{{ .Title }}</a>
<h3 class="card-title"><a title="{{ .Title }}" href="{{ .Params.article_url }}" >{{ .Title }} </a>
</h3>
<p>{{ .Params.subtitle }} </p>
</div>
Expand Down