1 Info<<
"Reading mechanical properties\n" <<
endl;
3 IOdictionary mechanicalProperties
7 "mechanicalProperties",
19 Info<<
"Normalising E : E/rho\n" <<
endl;
22 Info<<
"Calculating Lame's coefficients\n" <<
endl;
28 Switch planeStress(mechanicalProperties.lookup(
"planeStress"));
34 lambda =
nu*E/((1.0 +
nu)*(1.0 -
nu));
35 threeK = E/(1.0 -
nu);
42 Info<<
"mu = " << mu.value() <<
" Pa/rho\n";
43 Info<<
"lambda = " << lambda.value() <<
" Pa/rho\n";
44 Info<<
"threeK = " << threeK.value() <<
" Pa/rho\n";