Skip to content

Commit

Permalink
[DELIVERY] Update documentation for delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
judarona committed Dec 20, 2024
1 parent 036543a commit b306b46
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@ This software is OpenSource (BSD license).



# **How to install TrioCFD-1.9.4 version ?**
# **How to install TrioCFD-1.9.5 version ?**

### If TRUST-1.9.4 is not already installed, [please follow TRUST install instructions](https://github.com/cea-trust-platform/trust-code#readme).
### If TRUST-1.9.5 is not already installed, [please follow TRUST install instructions](https://github.com/cea-trust-platform/trust-code#readme).

### Once TRUST installed, install TrioCFD-1.9.4 using one of these methods:
### Once TRUST installed, install TrioCFD-1.9.5 using one of these methods:

### **First method**
```bash
git clone https://github.com/cea-trust-platform/TrioCFD-code.git TrioCFD-1.9.4
cd TrioCFD-1.9.4
source PathToTRUST-1.9.4/env_TRUST.sh
git clone https://github.com/cea-trust-platform/TrioCFD-code.git TrioCFD-1.9.5
cd TrioCFD-1.9.5
source PathToTRUST-1.9.5/env_TRUST.sh
baltik_build_configure -execute
make optim debug
```

### **Second method**
```bash
wget ftp://ftp.cea.fr/pub/TRUST/TrioCFD/versions/v1.9.4/TrioCFD-1.9.4.tar.gz
tar xzf TrioCFD-1.9.4.tar.gz
mv TrioCFD TrioCFD-1.9.4
cd TrioCFD-1.9.4
source PathToTRUST-1.9.4/env_TRUST.sh
wget ftp://ftp.cea.fr/pub/TRUST/TrioCFD/versions/v1.9.5/TrioCFD-1.9.5.tar.gz
tar xzf TrioCFD-1.9.5.tar.gz
mv TrioCFD TrioCFD-1.9.5
cd TrioCFD-1.9.5
source PathToTRUST-1.9.5/env_TRUST.sh
baltik_build_configure -execute
make optim debug
```
Expand Down
2 changes: 1 addition & 1 deletion share/RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------------------------------
Release notes version 1.9.5_beta : Enhancements, modifications and corrected bugs since version 1.9.4 :
Release notes version 1.9.5 : Enhancements, modifications and corrected bugs since version 1.9.4 :
--------------------------------------------------------------------------------------------------
06/12/24 (TrioCFD) New feature : Sensibility Analisis - module based on the Polynomial Chaos Method.
06/12/24 (TrioCFD) New feature : ALE - Interface with the MFront/MGIS C++ library (https://thelfer.github.io/mgis/web/index.html) to integrate a mechanical behaviour for ALE grid motion
Expand Down
Binary file modified share/doc/TrioCFD_PGC.pdf
Binary file not shown.
Binary file modified share/doc/TrioCFD_Reference_Manual.pdf
Binary file not shown.
Binary file modified share/doc/TrioCFD_models_report.pdf
Binary file not shown.
Binary file modified share/doc/TrioCFD_validation_report.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion share/doc_src/PGC/TrioCFD_PGC.tex
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@

% Variables definition
% - TrioCFD version
\newcommand\codeVersion{1.9.4}
\newcommand\codeVersion{1.9.5}

\makeindex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down
2 changes: 1 addition & 1 deletion share/doc_src/model_report/TrioCFD_models_report.tex
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@

% Variables definition
% - TrioCFD version
\newcommand\codeVersion{1.9.4}
\newcommand\codeVersion{1.9.5}

\makeindex

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@

% Variables definition
% - TrioCFD version
\newcommand\codeVersion{1.9.4}
\newcommand\codeVersion{1.9.5}
% - Number of validation report
\newcommand\nbValidationReports{198}

Expand Down
2 changes: 1 addition & 1 deletion src/Version_kernel
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.9.5_beta
1.9.5

0 comments on commit b306b46

Please sign in to comment.