Searched refs:mu_2 (Results 1 – 5 of 5) sorted by relevance
| /libCEED/examples/solids/problems/ |
| H A D | mooney-rivlin.c | 54 …phys_smoother->lambda = 2 * (phys_smoother->mu_1 + phys_smoother->mu_2) * nu_smoother / (1 - 2 * n… in PhysicsSmootherContext_MR() 68 phys->mu_2 = -1; in ProcessPhysics_MR() 81 …PetscCall(PetscOptionsScalar("-mu_2", "Material Property mu_2", NULL, phys->mu_2, &phys->mu_2, NUL… in ProcessPhysics_MR() 82 …if (phys->mu_2 < 0) SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "Mooney-Rivlin model requires non-nega… in ProcessPhysics_MR() 86 phys->lambda = 2 * (phys->mu_1 + phys->mu_2) * nu / (1 - 2 * nu); in ProcessPhysics_MR() 104 phys->mu_2 *= units->Pascal; in ProcessPhysics_MR()
|
| H A D | mooney-rivlin.h | 20 CeedScalar mu_2; member
|
| /libCEED/examples/solids/qfunctions/ |
| H A D | finite-strain-mooney-rivlin.h | 25 CeedScalar mu_2; member 102 CEED_QFUNCTION_HELPER int commonFSMR(const CeedScalar mu_1, const CeedScalar mu_2, const CeedScalar… in commonFSMR() argument 148 …Swork[i] = (lambda * *logJ - mu_1 - 2 * mu_2) * Cinvwork[i] + (mu_1 + mu_2 * I_1) * (i < 3) // id… in commonFSMR() 149 - mu_2 * Cwork[i]; in commonFSMR() 170 const CeedScalar mu_2 = context->mu_2; in ElasFSResidual_MR() local 223 commonFSMR(mu_1, mu_2, lambda, tempgradu, Swork, Cwork, Cinvwork, &logJ); in ElasFSResidual_MR() 269 const CeedScalar mu_2 = context->mu_2; in ElasFSJacobian_MR() local 316 commonFSMR(mu_1, mu_2, lambda, tempgradu, Swork, Cwork, Cinvwork, &logJ); in ElasFSJacobian_MR() 380 …dSwork[i] = lambda * Cinv_contract_dE * Cinvwork[i] + 2 * (mu_1 + 2 * mu_2 - lambda * logJ) * Cinv… in ElasFSJacobian_MR() 381 2 * mu_2 * (tr_dE * (i < 3) - dEwork[i]); in ElasFSJacobian_MR() [all …]
|
| /libCEED/examples/solids/ |
| H A D | Makefile | 75 tests-output/MR-strain.csv: args = -problem FSInitial-MR1 -mu_1 1 -mu_2 0.0 -nu .4 76 tests-output/MR-strain1.csv: args = -problem FSInitial-MR1 -mu_1 .5 -mu_2 0.5 -nu .4
|
| H A D | index.md | 325 …) = \frac{\lambda}{2}(\log J)^2 - (\mu_1 + 2\mu_2) \log J + \frac{\mu_1}{2}(\mathbb{I_1} - 3) + \f… 332 \bm S &= \lambda \log J \bm{C}^{-1} - (\mu_1 + 2\mu_2) \bm{C}^{-1} + \mu_1\bm I_3 + \mu_2(\mathbb{… 333 &= (\lambda \log J - \mu_1 - 2\mu_2) \bm C^{-1} + (\mu_1 + \mu_2 \mathbb I_1) \bm I_3 - \mu_2 \bm C, 345 …r, with a shear modulus (defined for the small-strain limit) of $\mu_1 + \mu_2$ that should be sig… 366 mr["parameters"] = "mu_1=1, mu_2=0, nu=.4" 370 mr1["parameters"] = "mu_1=0.5, mu_2=0.5, nu=.4" 461 &\quad + 2(\mu_1 + 2\mu_2 - \lambda \log J) \bm C^{-1} \diff\bm E \bm C^{-1} \\ 462 &\quad + 2 \mu_2 \Big[ \trace (\diff\bm E) \bm I_3 - \diff\bm E\Big] . 466 Note that this agrees with {eq}`eq-neo-hookean-incremental-stress` if $\mu_1 = \mu, \mu_2 = 0$.
|