Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SDETERS on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by famatto

  1. F

    How to Integrating the shear stress of the cross sectional area to find the moment M?

    I'm using an E=2000000 PSI which is common for wood. Obviously I do know that things have some level of margin for error here to rein in. There are maybe hierarchal methods to use, that I am working towards... Mostly the talk about the fudge factor is so far unconstructive, and its a very common...
  2. F

    How to Integrating the shear stress of the cross sectional area to find the moment M?

    One thing lately I have a quandry. There are hermitian shape functions: \begin{align*} H_1(\xi) &= \frac{1}{4}\xi^3 - \frac{3}{4}\xi + \frac{1}{2} \\ H_2(\xi) &= \frac{1}{4}\xi^3 - \frac{1}{4}\xi^2 - \frac{1}{4}\xi + \frac{1}{4} \\ H_3(\xi) &= -\frac{1}{4}\xi^3 + \frac{3}{4}\xi + \frac{1}{2} \\...
  3. F

    How to Integrating the shear stress of the cross sectional area to find the moment M?

    ``` def strain(u): return 0.5 * (ufl.grad(u) + ufl.grad(u).T) epsilon = strain(u) def stress(epsilon, mu, lambda_): return 2 * mu * epsilon + lambda_ * ufl.tr(epsilon) * ufl.Identity(3) sigma = stress(epsilon, mu, lambda_) ``` The above is how stress and strain are being described. u...
  4. F

    How to Integrating the shear stress of the cross sectional area to find the moment M?

    So I had to put a scale factor so far of -8.66071e10, however it seems to be working... Anyone can tell me how to get things going without the scaling? It sounds like there is maybe a Jacobian to apply, maybe? So far the mesh can be exported with dolfinx 0.8.0... the rest of the code will run...

Part and Inventory Search