mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
reactingEulerFoam/interfacialModels/dragModels: Corrected file permissions
This commit is contained in:
0
applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Beetstra/Beetstra.C
Executable file → Normal file
0
applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Beetstra/Beetstra.C
Executable file → Normal file
0
applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Beetstra/Beetstra.H
Executable file → Normal file
0
applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Beetstra/Beetstra.H
Executable file → Normal file
0
applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Tenneti/Tenneti.C
Executable file → Normal file
0
applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Tenneti/Tenneti.C
Executable file → Normal file
3
applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Tenneti/Tenneti.H
Executable file → Normal file
3
applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Tenneti/Tenneti.H
Executable file → Normal file
@ -58,6 +58,7 @@ namespace dragModels
|
|||||||
{
|
{
|
||||||
|
|
||||||
class SchillerNaumann;
|
class SchillerNaumann;
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------*\
|
/*---------------------------------------------------------------------------*\
|
||||||
Class Tenneti Declaration
|
Class Tenneti Declaration
|
||||||
\*---------------------------------------------------------------------------*/
|
\*---------------------------------------------------------------------------*/
|
||||||
@ -68,7 +69,7 @@ class Tenneti
|
|||||||
{
|
{
|
||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
//- Ergun drag model
|
//- SchillerNaumann drag model
|
||||||
autoPtr<SchillerNaumann> SchillerNaumann_;
|
autoPtr<SchillerNaumann> SchillerNaumann_;
|
||||||
|
|
||||||
//- Residual Reynolds Number
|
//- Residual Reynolds Number
|
||||||
|
|||||||
Reference in New Issue
Block a user