bin/tools/RunFunctions: Added getSolver function for use with foamPostProcess
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
# ========= |
|
||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
# \\ / O peration | Website: https://openfoam.org
|
||||
# \\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation
|
||||
# \\ / A nd | Copyright (C) 2011-2022 OpenFOAM Foundation
|
||||
# \\/ M anipulation |
|
||||
#------------------------------------------------------------------------------
|
||||
# License
|
||||
@ -49,6 +49,11 @@ getApplication()
|
||||
foamDictionary -entry application -value system/controlDict
|
||||
}
|
||||
|
||||
getSolver()
|
||||
{
|
||||
foamDictionary -entry solver -value system/controlDict
|
||||
}
|
||||
|
||||
runApplication()
|
||||
{
|
||||
APP_RUN=
|
||||
|
||||
Reference in New Issue
Block a user