Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. /*--------------------------------*- C++ -*----------------------------------*\
  2. | ========= | |
  3. | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
  4. | \\ / O peration | Version: 2.1.x |
  5. | \\ / A nd | Web: www.OpenFOAM.org |
  6. | \\/ M anipulation | |
  7. \*---------------------------------------------------------------------------*/
  8. FoamFile
  9. {
  10. version 2.0;
  11. format ascii;
  12. class dictionary;
  13. object transportProperties;
  14. }
  15.  
  16. // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
  17. rho rho [1 -3 0 0 0 0 0] 777;
  18. beta beta [0 0 0 -1 0 0 0] 0.0009;
  19. //liquid phase
  20. cpl cpl [0 2 -2 -1 0 0 0] 2200;
  21. lambdal lambdal [1 1 -3 -1 0 0 0] 0.15;
  22. mu mu [1 -1 -1 0 0 0 0] 0.00357;
  23. muk muk [0 0 0 -1 0 0 0] 0;
  24. rhol rhol [1 -3 0 0 0 0 0] 777;
  25. //solid phase
  26. cps cps [0 2 -2 -1 0 0 0] 2200;
  27. lambdas lambdas [1 1 -3 -1 0 0 0] 0.15;
  28. rhos rhos [1 -3 0 0 0 0 0] 777;
  29. Ts Ts [0 0 0 1 0 0 0] 300.15;
  30. Tl Tl [0 0 0 1 0 0 0] 302.15;
  31. L L [0 2 -2 0 0 0 0] 244000;
  32. //Constants
  33. DCl DCl [1 -3 -1 0 0 0 0] 1.0e10;
  34. DCs DCs [0 0 0 0 0 0 0] 1e-06;
  35. B B [1 -3 1 0 0 0 0] 1e-2;
  36. // ************************************************************************* //
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement