This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/viscoelastic/viscoelasticFluidFoam/S-MDCPP/constant/viscoelasticProperties
2015-05-18 09:54:33 +02:00

47 lines
1.6 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | foam-extend: Open Source CFD |
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object viscoelasticProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
/*
From:
Wei Wang; Xikui Li; Xianhong Han. A numerical study of constitutive models
endowed with Pom-Pom molecular attributes.Journal of Non-Newtonian
Fluid Mechanics, v. 165,p. 1480-1493, 2010.
Table 2
Parameters for the S-MDCPP model
G (Pa) 859.6
l (s) 20
lob/los 2
q 4
zeta 0.025
*/
rheology
{
type S_MDCPP;
rho rho [1 -3 0 0 0 0 0] 850;
etaS etaS [1 -1 -1 0 0 0 0] 0.002;
etaP etaP [1 -1 -1 0 0 0 0] 17192;
lambdaOb lambdaOb [0 0 1 0 0 0 0] 20;
lambdaOs lambdaOs [0 0 1 0 0 0 0] 10;
zeta zeta [0 0 0 0 0 0 0] 0.025;
q q [0 0 0 0 0 0 0] 4.0;
}
// ************************************************************************* //