-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27027 from GiudGiud/PR_fp_submodules
Add external fluid property submodules
- Loading branch information
Showing
32 changed files
with
615 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule carbon_dioxide
added at
87bc53
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
...perties/doc/content/source/fluidproperties/ExternalFluidPropertiesSubmodules.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# External Fluid Properties Submodules | ||
|
||
Additional submodules are available as `git submodules`. They can be downloaded by performing: | ||
|
||
``` | ||
cd ~/project/moose | ||
git submodule update --init --checkout modules/fluid_properties/contrib/air modules/fluid_properties/contrib/carbon_dioxide modules/fluid_properties/contrib/helium modules/fluid_properties/contrib/nitrogen modules/fluid_properties/contrib/potassium modules/fluid_properties/contrib/sodium | ||
cd modules fluid_properties | ||
make -j6 | ||
``` | ||
|
||
This will download and build the optional submodules. | ||
The optional submodules contain fluid properties for: | ||
|
||
- [Air](AirSBTLFluidProperties.md optional=True) | ||
- Carbon dioxide [liquid](CarbonDioxideLiquidFluidProperties.md optional=True), [vapor](CarbonDioxideVaporFluidProperties.md optional=True) and [two-phase](CarbonDioxideTwoPhaseFluidProperties.md optional=True) fluid properties, as well with [the homogeneous equilibrium model](CarbonDioxideHEMFluidProperties.md optional=True) | ||
- [Helium](HeliumSBTLFluidProperties.md optional=True) | ||
- [Nitrogen](NitrogenSBTLFluidProperties.md optional=True) | ||
- Potassium [liquid](PotassiumLiquidFluidProperties.md optional=True), [vapor](PotassiumVaporFluidProperties.md optional=True) and [two-phase](PotassiumTwoPhaseFluidProperties.md optional=True) | ||
- Sodium [liquid](SodiumLiquidFluidProperties.md optional=True), [vapor](SodiumVaporFluidProperties.md optional=True) and [two-phase](SodiumTwoPhaseFluidProperties.md optional=True) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.