-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08c6924
commit 74d3507
Showing
2 changed files
with
6 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,17 +24,10 @@ License | |
Class | ||
Foam::LESModels::ML_LES | ||
Group | ||
grpLESTurbulence | ||
Description | ||
Dynamic SGS model with local averaging, based on Germano and Lilly works. | ||
An older version of this code had been developed for version 2.3.1 and older by Alberto Passalacqua. | ||
The current version has been developed for version 4.1 | ||
Ehsan Asgari, [email protected] | ||
Surrogate model where a DL framework predicts Smagorinsky coefficient | ||
Author: [email protected] | ||
Tested with OpenFOAM 5.0 | ||
SourceFiles | ||
ML_LES.C | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,9 @@ Group | |
grpRASTurbulence | ||
Description | ||
Openfoam Machine learning model - Romit Maulik | ||
Openfoam Machine learning model where DL framework predicts steady-state \nu_t directly | ||
Author - [email protected] | ||
Argonne Leadership Computing Facility | ||
SourceFiles | ||
ML_SA_CG.C | ||
|