General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

SOLID65 APDL Command

    • kreggy
      Subscriber

      Good day.

      When I tried to run the analysis, the following warning and error messages with regards to the APDL command of my concrete elements are shown. This concerns the Poisson's ratio and Temperature Data.

    • David Weed
      Ansys Employee

      The error message is indicating that one of your MPTEMP commands has a value of '2494' in the SLOC (starting location) field. Note that the MPTEMP command has a limitation of 100 temperatures. I also see that there may be an error in your APDL code where for MPTEMP you are using 'matid' for the SLOC field. In general, if you have more than 100 temperatures, you can use TBTEMP, which does not have the same limitation as MPTEMP.
    • David Weed
      Ansys Employee
      ,it appears that you want to pair the solid65 concrete model with a multilinear isotropic hardening (MISO) model. This does appear to be supported as long as you're using the deprecated method to define the MISO model (as you're doing in your command object). Note that the current method for defining a MISO model uses the PLAS label, as detailed in the TB command help page; for instance:
      TB,PLAS,MATID,,,MISO
      You can see additional details and an APDL command example of defining the MISO model here: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v221/en/ans_mat/amp8sq21dldm.html. If you define the MISO model this way, then an error is thrown indicating that the PLAS option is not supported by solid65.
      Another option to combine a concrete model + a plasticity model, is to use current elements, e.g., solid185, which allows you to combine the Extended Drucker-Prager model with the MISO model; you can see supported material model combinations here: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v221/en/ans_mat/elemmcpos050301.html. Another option is to use the coupled damage-plasticity microplane model detailed here: https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v221/en/ans_mat/microplane.html.
Viewing 2 reply threads
  • The topic ‘SOLID65 APDL Command’ is closed to new replies.