There are dedicated material models for concrete in Abaqus and many resources to find inputs for them. Linear elasticity is only valid for small strains and materials that exhibit purely elastic deformation from the beginning.
Well, this is very different software and we don't know the MATLAB code you are using. Is the setup (boundary conditions, loads, imperfections and so on) exactly the same ? Most likely element formulation and nonlinear solver differ a lot.
Check this thread: https://www.eng-tips.com/threads/calculation-of-shear-modulus.295070/
SolidWorks uses G_xy = (E_x*E_y)/(E_x+E_y+2*E_y*v_xy) if you don’t specify the shear modulus.
Can't you apply the prescribed displacement differently ? Maybe push the plates with a rigid surface ?
But yes - please share the .cae file if possible.
There's no file attached. Can you try sharing it again ? Numerical singularity warnings typically indicate underconstraint (unconstrained rigid body motions).
Yes, rotational DOFs are not constrained when shells or beams are embedded in solids. But it's still probably the best way to model such reinforcements. Unless you want to e.g. account for delamination.
Yes, the workflow is correct. Here’s what you can check:
- local X displacement values - are they significant or numerical zeros ?
- is the local CSYS displayed as you want it to be oriented ?
- is there a *TRANSFORM keyword in the input file ?
- what if you run a frequency analysis and examine...
If you don't want the electrical potential to transfer from the circuit to the plate, you can also disable that DOF in tie constraint:
*TIE, NO ELECTRIC POTENTIAL
This way the tie constraint will only provide mechanical (and thermal if applicable) connection.
Make sure that the proper side of the punch bottom surface is selected. Try adding some point mass/inertia to the rigid body reference point. You should also consider replacing discrete rigid bodies with analytical rigid surfaces whenever possible. Check the energy outputs (especially ALLKE and...
Can you provide more details ? What are the boundary conditions ? What materials are used for each region ? How are the regions connected (any tie constraints or electrical contact) ?
From the 3DS Software Downloads page but you have to log in using your customer account and then you will find the software available to you. Look for Abaqus, you will see the most recent fix pack files by default. Installation is very simple, you just have to click Next after unpacking and...
You have to install a fix pack for Abaqus 2025 to make it work. Possibly the newest one (HF3) but the USER TYPE parameter was introduced in Abaqus 2025 HF2.
Alternatively, you can use the old syntax:
*MATERIAL, NAME=ABQ_PHASE_TRANS_TI6AL4V
Consistent commonly used SI(mm) units are:
- Young’s modulus [MPa]
- density [tonne/mm^3]
- thermal conductivity [mW/mm*K]
- specific heat [mJ/tonne*K]
If you search for "Abaqus units" you will find some helpful tables with other consistent unit systems.
You should always check the warnings. Here you have unconnected regions, negative eigenvalues and numerical singularity messages. Check the nodes where issues occur. You can use the Job Diagnostics tool to highlight them. This is easier than reading plain .msg files. Another way is to upload...
How far are they ?
Is it Abaqus/Standard or Explicit ? Are you using viscous regularization ? Did you check the standard energy outputs (especially ALLSD and ALLVD vs ALLSE) ?