50 lines
1.4 KiB
Text
50 lines
1.4 KiB
Text
|
/*---------------------------------------------------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.4 |
|
||
|
| \\ / A nd | Web: http://www.openfoam.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
|
||
|
root "";
|
||
|
case "Leonov";
|
||
|
instance "";
|
||
|
local "";
|
||
|
|
||
|
class dictionary;
|
||
|
object viscoelasticProperties;
|
||
|
}
|
||
|
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
/*
|
||
|
5.0 wt.% solution of polyisobutylene in tetradecane
|
||
|
*/
|
||
|
|
||
|
rheology
|
||
|
{
|
||
|
|
||
|
type multiMode;
|
||
|
|
||
|
models
|
||
|
(
|
||
|
first
|
||
|
{
|
||
|
type Leonov;
|
||
|
rho rho [1 -3 0 0 0 0 0] 803.87097;
|
||
|
etaS etaS [1 -1 -1 0 0 0 0] 0.002;
|
||
|
etaP etaP [1 -1 -1 0 0 0 0] 1.422;
|
||
|
lambda lambda [0 0 1 0 0 0 0] 0.03;
|
||
|
}
|
||
|
);
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|