Skip to content

Commit

Permalink
hyStrath: new Fleming Release (no backward compatibility for the CFD …
Browse files Browse the repository at this point in the history
…module).

The best would be to use the updated dictionaries provided in the run/ folder. If it is not possible, then please run the following command lines in your run folder:
find . -type f -name 'transportProperties' -exec sed -i 's/neutralNeutralInteractions/tabulatedInteractions/g' {} \;
find . -type f -name 'transportProperties' -exec sed -i 's/diffusiveFluxesParameters/diffusionModelParameters/g' {} \;
find . -type f -name 'transportProperties' -exec sed -i 's/constantBinaryDiffusivityModelCoefficients/constantBinaryDiffusionModelCoefficients/g' {} \;
find . -type f -name 'transportProperties' -exec sed -i 's/noBinaryDiffusivityModel/noBinaryDiffusionModel/g' {} \;
find . -type f -name 'transportProperties' -exec sed -i 's/binaryDiffusivityModel/binaryDiffusionModel/g' {} \;
(NB: this list may not be exhaustive)
The website is updated, please have a look if necessary.
  • Loading branch information
vincentcasseau committed Dec 22, 2020
1 parent 2e34dd0 commit f120fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#### Hypersonic / Rarefied gas dynamics code developments under license GPL-3.0
#### The only platform to conjointly host open-source CFD and DSMC codes designed for atmospheric re-entry analysis

#### The *Concordia* release includes
#### The *Fleming* release includes
+ *hyFoam*: a CFD solver for supersonic combusting flows
+ *hy2Foam*: a CFD solver for hypersonic reacting flows
+ *hy2MhdFoam*: the *hy2Foam* solver with additional MHD capabilities
Expand Down

0 comments on commit f120fb5

Please sign in to comment.