Science topic
Computational Structural Mechanics - Science topic
Explore the latest questions and answers in Computational Structural Mechanics, and find Computational Structural Mechanics experts.
Questions related to Computational Structural Mechanics
hello every one good day.
i am using abaqus to perform a non linear buckling analysis in order to match it the experimental buckling load ,i have to use imperfection in my model but
Increased the imperfection in thickness from 10 % to 90% , LPF is not changing at all its showing a constant value of 1.73979 . What should I do now ? If i multiply it with the applied load it will even exceed the applied load .
When I am decreasing applied load , LPF shooting up, so cannot decrease applied load either .
I am trying to simulate the buckling behaviour of a very long beam with a pipe cross-section in Abaqus.One end is fixed and the other is free.A bending force is applied on the free end. By doing a linear buckling analysis I am taking the expected mode shape(lateral buckling) for the critical buckling factor(lowest eigenmode). However when I am trying a geometrical non-linear analysis using Riks method in order to capture any geometric non-linearities, the method doesn't capture the buckling behaviour and the lpf is growing above 1. Any ideas?
Beam properties:
L=80m
cross-section radius=2 m
cross-section thichkness = 0.3m
E=2e8 KN/m^2
linear beam elements are used
Hi to everyone,
I am trying to regenerate the simulation of an article and put all the boundary conditions according to the paper. I am conducting three analysis of a structure i.e. compression, tensile and shear and i am facing some issue during these analysis.
1) Compression Test Result mismatching:
My compression test simulation results are not according to the article results while i am following every thing according to the design and i have attach my simulation result and article simulation result for reference.
2) Tensile and shear test contact issue?
According to the article the rigid plate and structure has infinitely rough and
sticky contact and when i select rough contact in ANSYS workbench during the simulation than my plate move alone and there is no movement in the structure.
For more understanding i have attach the pictures of each case and also the article that i am following.
For an experiment purposes, I have tried bonded contact between rigid plate and structure for tensile and shear test simulation too and the results that i found is different from the article. I have attached the picture of shear test simulation with bonded contact. The same thing happen for Tensile test simulation too when i choose bonded contact instead of rough contact in ANSYS workbench.
Please suggest me where i am doing something wrong and can improve my results.
I wish to create spring elements on each and every mesh node. In this case my element size are 0.08415m and therefore I wish to create every single individual spring along 16.83m pipe length with the distance between springs of 0.08415m. The figure I attached are springs I created by manually input each location of every single spring. I wonder what are the faster ways to create the spring automatically along the 16.83m without having to do it manually? I wish to have it done automatically as I will be reusing the model with different pipe diameter and pipe length and having to remodel every single spring is going kill off a lot of time. I have tried object generator but failed to generate those springs. Appreciate any help!
Hi, I am trying to solve the motion of bubbles. The argen gas are injected from an inlet into liquid steel. Therefore the air generates the bubble. For the bubble motion I used DPM model and for the liquid steel, molten slag and top gas, I used VOF model.Now for the last step of my project I have to delete the bubble as soon as they impact the top gas. I wanna deleting bubbles with UDF.The idea for this UDF is that I want to delete the bubbles when they arrived at the position that the volume fraction of top gas is larger than 0.5. This is the UDF I am using:
#include "udf.h"
#include "dpm.h"
#include "sg_mphase.h"
DEFINE_DPM_SCALAR_UPDATE(stream_index,c,t,initialize,p)
{
cell_t c;
thread *t;
Thread *gas;
gas = THREAD_SUB_THREAD(t,2);
if(C_VOF(c,gas)>=0.5)
p->stream_index = -1;
}
Thanks.
I am doing my project using IS 1893 and working with pushover analysis. I needed to input the IS 1893 response spectrum as the demand spectrum. Can anyone please explain how to do it?
Suppose i define the RS earlier in functions, what should the scale factor be? Please refer to the image attached. What is the value of SF?
Hi, I am doing a project on buckling analysis of Laminated Composites With different Cutout under Axial Loading .
i get this warning along with overconstrained checks for several internal nodes when running analysis for model having C3D8RH elements with 3 layers of shell homogeneous sections S4R elements embedded in the matrix also the model had periodic boundary conditions.
but i dont get any such warning if i run analysis for homogeneous solid with PBC condition having C3D20R TET elements
what can be the possible reason ?
i think problem due to using hybrid element which i cant neglect !!
Most often when a column is under axial load, we say that it has bucked when we observe a decrease in the applied force (assuming a displacement controlled loading). On the other hand we know that if we consider large deflection analysis of beam-columns under axial load (elastica,Euler-Bernoulli), we see an increase in load as the displacement increases. I want to simulate this phenomenon with the help of a single simple example to enhance my understanding. I have tried with a case attached here but have been unsuccessful. Please note that I may be wrong at some points in seeking such an explanation and I will be genuinely grateful to the who comes forward to explain me where I am wrong.
I am working on a project related to neuro-degenerative diseases. Can any one guide me toward a PSP&MSA (MRI) Dataset? I searched over the internet but was unable to find.
OR if any of you have in your drive, is it possible to share that with me?
That can help me a lot.
Hi,
How to convert bolt pretension force in to "pretension adjustment length"?
Is there any equation for the conversion?
Or do I have to conduct a separate simulation to find the bolt length change due to the applied bolt pretension force?
Thanks.
Dear all,
I am interested in the idea of using AI algorithms in analysing civil structures. Could I connect to any researchers with the same interest? I appreciate all the advice!
Regards,
Hoan Nguyen
My model is a simple single element Instances (1 cohesive COH3D8 and 1 C3D8R element-steel) . I specified Tie Constraint between cohesive surface and Steel. I have been getting following errors. You can see my Boundary conditions in the attached picture.Can you please help me with this Zero pivot error?
- Solver problem. Zero pivot when processing D.O.F. 3 of 1 nodes. The nodes have been identified in node set WarnNodeSolvProbZeroPiv_3_1_2_1_5.
- There is zero FORCE everywhere in the model based on the default criterion. please check the value of the average FORCE during the current iteration to verify that the FORCE is small enough to be treated as zero. if not, please use the solution controls to reset the criterion for zero FORCE.
Thank you!!
Hi
I am doing some SHTB simulations by using ANSYS these days. An improper mesh on irregular volume caused the negative volume problem. The irregular volume was created by using Boolean Operations to fillet the edge of the specimen.
It is a dumbbell shape specimen. The thread volumes are cylinders and the middle volume is a prism. They are easy to be meshed into hexahedrons. The joint volumes between the thread cylinders and middle prism are irregular volumes with 7 faces.
When I was meshing the irregular volumes, neither the VMAP nor the VSWEEP methods was valid. The only way that could be used was the free mesh with tetrahedron, but resulted in the negative volume problem.
I wonder whether there is any method to mesh these irregular volumes into hexahedrons. To cut them into individual volumes? The joint line is a ARC line, I have no idea on how to cut it.
Thanks so much and hope you guys can help me.
Best regards
XIN
I want to start working on the generalized differential quadrature (GDQ) method to solve the problem of the mechanical behavior of the beams, the plates and the shells.
Dear colleagues , I hope to give some suggestions (papers, books, etc.) and simple examples for work on this method.
Hi everybody, I have a problem in abaqus, when i solved a problem about the deflection of a cantilever beam in abaqus , it was observed that there is big difference in the answers in 2D and 3D modeling, the 2D solving answer has a good agreement with analytical solution but the 3D solving answer is so different. how it can be explained and where i'm wrong?
I have to simulate viscoelastic behaviour of hot-mix asphalt (HMA) in asphalt pavement structure. I need to incorporate the following values of prony series parameters:
g1=0.2301, g2=0.2847, g3=0.2432, g4=0.1566, g5=7.03E-02;
τ1=9.66E-06, τ2=2.37E-03, τ3=1.58E-01, τ4=8.479, τ5=470.5; v=0.35
where, gi=shear relaxation modulus ratio, τi=relaxation time and v=Poisson's ratio.
Kindly help me how to do the same in Abaqus.
Also, I do not have the values for k_i Prony. What do I need to input in this column? Do I need to input values for any of these also: elastic/hyperelastic/hyperfoam/low density foam/hypoelastic/porous elastic
I will be grateful if anyone guides me.
I want to have result for every load. As in abaqus it gives result for every time increment and we can plot results. But I want to plot and have result for every load increment.
I have selected a subset of areas by
ASEL,S,LOC,Y,0
APLOT
With the selected areas I have counted them via
*GET,A,AREA,,COUNT
then I have defined an array via
*DIM,B,ARRAY,1,AREA
This creates an empty array with 1 row and columns equal to no of areas.
I have now an array with specific area numbers.
I want to select the kepoints which form the area so that I can map mesh them in this format .
AMAP,AREANO,K1,K2,K3,K4
The keypoints have to be selected in a particular order and they are not in a particular ascending or descending order.
Hello everyone,
I have a question regarding the *HOURGLASSSTIFFNESS value required when using a UMAT together with C3D8R. I found out that the manual hour glass stiffness can be precsribed in the Input file by using the following statements at two levels;
1. at the section level
*Hourglass Stiffness
10., , 0., 0.
2. after the assembly module
*Section Controls, name=EC-1, DISTORTION CONTROL=YES, hourglass=STIFFNESS
1., 1., 1.
For a single element, ABAQUS yields similar results for both C3D8 and C3D8R. But for multiple elements. during the pre-processing, I found out that the elements tend to get distorted and the Stress values are no where close
to the value that I found out when using the same with a fully integrated element. Plus I tried varying a hour glass stiffness value from 0.1 to 100000 and even then the effect tend to be the same.
Did I miss something?
Anysuggestions would be greatly appreciated.
Thank you and have a nice day!




I am applying a uniform blast load on a fixed-free beam and looking at nodal deflections. I keep getting a really abnormal deflected shape--I've attached it below.
I've also attached all the dimensioning and loading in the pdf.
I urgently need compliance constants (such as S11, S12, ....) of SnS.
I have modeled the following bridge as a rigid frame system using beam element. I want to simulate the effect that soil imposes to the external walls.
I decided to use ''combin14'' to simulate the soil behaviour. The spring element is only allowed to move in longitudinal x direction. and I want to place them at a distance equal to the wall thickness. Is it sensible to do in this way?
Also, I am unsure about the stiffness value for the springs. How do I get a generic stiffness value without knowing the soil properties behind the wall? and should the stiffness of spring in deeper location be greater than those close to the ground?
(In the attached pictures are the bridge and a model I created with only one spring on each side)
Thanks everyone.
i am trying to model an FRP tendon in Pretensioned member.
I have entered following properties in property module (see attached image 1)
Also, i have defined the failure stress (attached image 2)
however, during prestress transfer( i am using thermal strain to transfer prestress) i am getting convergence error.
Can someone tell what is the problem?
Basically from the picture the load which i have applied is not actually on the curve of the plate and is pointing another direction, i have drawn another arrow to show my intended postion of load. does anyone know how i am able to do it. i am basically trying to determine the effect curvature on the buckling analysis.

I want to obtain stress - strain relations for a finite sized spring network and obtain the bulk modulus B and shear modulus G. I need some references. Any help would be appreciated.
I have been modeling a pile raft foundation rested in Sandy soil in comsole 4.4. I have choosed linear elastic model. After defining the geometry and applying the load i am not understanding how to give the definations. can any one help me out?
I have attached the amplitude data for a reversed cyclic loading of a beam-column joint. My question is;
1) In defining the step loading for a reversed cyclic loading; Do i use a direct cyclic or dynamic implicit/explicit step? (or maybe static in reversed directions)
2) What are no. of iterations in the step? For example in the sheet the model is subjected to 3x iterations (left-right) from 0s-0.20s. Is that what the no. iteration means? And should i put no. of iteration = 3 for the whole 280s?
3) Correct me if am wrong, from what i read from the abaqus manual, the max. no of increment is the upper limit of the time period. So for example if the increment is 0.05s and the max time period is 280s. Is the max. no of increment = 280/0.05 = 5600? (0.05 increases 5600 times)
Thank you for your help.
I am getting very low value of loss factor like 0.0234 for a all side simply supported viscoelastic sandwich plate, where as as it should come approximately as 0.1734 or 0.1937. Also for CCCC boundary condition loss factor value is coming very low in the order of 10^-5 or e-5, but it should also come in the same range as SSSS i.e, 0.1734 or 0.1937. I am using Finite element code written in MATLAB.
Can anyone shed some light? Thank you.
As one can see from Abaqus Manual (http://130.149.89.49:2080/v6.7/books/usb/default.htm?startat=pt03ch07s02abo09.html#usb-anl-aconvergeintro), the default residual error for the increment convergence is 0.005. In my case, the anaysis does not converge using this, but increasing it, it does. Using 0.01 or 0.015 as error of residuals can be considered as a good approssimation? I think it is because it is only 2 or 3 times the Abaqus default one. What is your opinion?
Many thanks in advance for your help.
I am trying to model a pretensioned cable , i found that there is two way for this simulation , thermal expansion and bolt load. would you please provide me with the best solution for solving this problem.
I have an UMAT which combines the thermal expansion with crystal plasticity.
Say, I give only thermal expansion in the first step, the geometry expands and settles to some unknown displacement.
At the second step I would like to give a displacement U ( = U_expansion + U_mechanical) over the current value of displacement obtained at step-1.
I can interrupt at step -1, calculate displacements and run my entire simulation again, but is there a seamless way of doing it ?
I want to restrain only the compressive force in the boundary condition and eleminate the tensile reactions as the structure that I am modelling has very low strength in tension.
Thanks,
Grigor
I have considered pipeline as a beam element which is fixed at both ends by considering 6 DOF at each node. The beam is divided into 9 elements. Global mass matrix, stiffness matrix, and damping matrix have been found out. The force at each node is found by Morrison equation. I am using Newmark-beta method to find the response of pipeline. But I am not getting proper results, so can anyone help me, please. Thank Regards A Vinod Kumar
Non-Linear buckling analysis of Laminated composite shells.
I consider a rectangle solid beam with the following properties
Lenght: L = 10000 mm
Beam Thickness: B = 10mm
Beam Height: D = {10,100,1000,2000}
Youngs Modulus: E = 200GPa
Shear Modulus: G = 79GPa
Boundary conditions: Both Sides are considered Fixed
In a study that i perform i see that as the web height of the beam increase there is a difference on the max. deflection between beam theory (Euler & Timoshenko) and FEM.
Can you please explain why this occur?
I also attach the excel file with the comparison that i perform.
Thank you in advance
On Abaqus, I have a macroscopic viscoelastic beam build in on one end with an array of microscopic, magnetic beads fixed to the surface of the beam. I need to model how much deflection will be at the tip. I used the linear pattern tool to make the beads on the surface, searched for contact points and tied them down, but an error appears saying that the volume of the beads are too small. I have tried scaling the model but there is still a message saying that the volume is too small. How do I fix the volume issue?
Hello,
I am trying to do a dynamic explicit analysis where I defined a spring (from engineering features > springs dashpots) between two plates. I placed two reference points at the centers of the plates, and placed the spring between those reference points. Then I defined another plate, which is rigid. Then I defined an instantenaous velocity for the rigid plate to squeeze the plates and the spring. The problem is the spring is not working at all. While the plates go down and squeezed, the spring stays same and does not get compressed. What am I doing wrong or what should I do to correct this?
Thank you in advance
Dear Friends,
I am modeling buckling and post buckling of steel plate girder. How can I determine critical shear load or critical shear buckling stress from analysis?
Some papers (attached file) show me the critical shear load and critical shear buckling stress by using numerical analysis. However, they did not show me how to get these values.
Can anyboy help me?
Thank you so much
if i am analysing a long member which has a sudden increase in cross section, it is advisable to use s solid mesh. Is it any different than solving this scenario with shell elements having no shear flexibility?
Just as the question.
I've got a detailed and systematical introduction on numerical model of the soil-pile intercation on a sesimic load in the dissertation from the attached link. In figure 3.11 and 3.22 (the atteach picture), page 72, it is reported that real part of the impedance function is obtained from FEA,here Abaqus.
But anyone can tell me how to work it out?
can the analysis be implemented in universal step?
Is this method suitable to a harmonic load uniformly acted at the pile top?

hello dears
i want to apply a 3 point bending test on a beam using abaqus , i've found this helpful video
where the user applies a specified displacement on the mid of the beam using displacement boundary condition, i want to apply a specified force (not displacement) that starts from 0 to 50 KN gradually through 2 KN increments then unload this load gradually till reaching zero. i don't the loading rate per time, how can i do this to get a load vs displacement graph like the graph attached.
note: i'm doing this test on a concrete beam and i'm using CDP model to model concrete.
Dear all,
Do you have any idea about the weird deformed elements I am getting for for soil? It is a piled-raft foundation. I have interaction between soil and pile and tie constraint between raft and soil. I have used reduced integration method. Any help is very much appreciated.
Thanks.

is it possible to represent a flexible body by a multiple of rigide bodies (>10 bodies), this rigide bodies are attached between them by springs and dumpers so they can behave exacly like the flexible body once they are excited at the eigen frequencies of the flexible body. i know some will say try to mesh it, but i don't have a good FEA soft, so i'm trying to represente the meshed body in a non Finite element software.
thanks
Rotating bladed disk is modeled as a coupled spring mass system. The spring mass system is represented as 2nd order non homogeneous system of ODEs with time varying oscillating coefficient where stiffness matrix is having a banded structure containing sinusoidal terms. I know for constant stiffness matrix, Newmarks time integration scheme gives stable results. But I wish to know how analytically and numerically time varying stiffness can be handled.
I want to use C3D8R element in Step 2 (as Step 1 is Initial) for dynamic analysis with a certain set of material properties (Concrete and steel). The result of step 2 will propagate to Step 3 in which I will be required to use DC3D8 element with another set of material properties (degraded concrete and steel from Step 2) for implicit heat transfer analysis. Can anyone help me how to proceed?
Dear all,
I am running some simulations on Ls-Dyna (blast loads on concrete structures), and I am getting some problems on the computed hourglass energy.
To begin, I'm getting hourglass energies that represent almost 60% of the internal energy for a specific part of my model.
To control this, since it is know from the litterature that the houglass energy should be kept at max 10% of the internal energy, I already tried to implement some control on this mostly in two ways : viscous form (HID:3) and stifness form (HID:5) and the best results were found to be over the stifness form (HID:5) (either in therms of elements distortion as in hourglass energy to internal energy ratio).
My question now is: Since my problem involves high loads and high strains rates, shouldn't I have to use the viscous form to control the hourglass (at least based on some literature)?
Please, fell free to discuss this topic since it seems to be a very important parameter to check the reliability of the numerical simulation and, most of the times, is really ignored by the researchers.
Rodrigo Mourao
Hi,
i am trying to model shrinkage of an I Girder which is pretensioned in subsequent step.
After the initial stress is applied in next step the concrete is suppose to shrink before transfer of prestress.
i have defined a negative temp to simulate shrinkage strain. However, the model stops due to convergence error after 0.723 step.
request possible solution or alternatives.
Thank you
Hi,
I am new to abaqus. I am modelling a steel cantilever beam under impact loading in abaqus.
I used solid-homogeneous as my section. I created a step "Dynamic-Explicit"(time period=0.01), Initial velocity of hammer 1000m/s. I ran the simulation and I got results.
Now, I wanted to create an elastic foundation with stiffness=15Mpa, under my beam.
what should I do?
Can someone help me with my question? I am stuck.!
Hi,
Can any one suggest how to implement the shear force condition at the free end of a cantilever beam using DQM. The boundary condition (related to shear force) at the free end is : EI (D^3w/Dx^3)+P (Dw/Dx)=0
I appreciate any suggestion or related references
Each of the squares or rectangular elements is made of different materials with different Young's Modulus (see the picture below). I can compute the 8 x 8 stiffness matrix for each of the elements. I need an explanation on how to compute the global stiffness matrix in order to be able to calculate the displacements on each node if I apply the force boundary condition. Thank you.

Please explain the logic for selected boundary conditions as my results are not validating #Corrugated #compression #buckling #ansys #finite element

What are the advantages of placing diaphragms
I would like to extract the nodal data (displacements) of the specimen in the text (.rpt) file. Since the number of nodes is many, it takes too long time to get the data and almost impossible with the conventional method (using XY data and report in the visualization module).
How to extract the nodal data when there is too many data as the result?
Should I do it by Python? If so, may you guide me how to do it?
Is there any other way?
I am using the four node quadrilateral element to model a 40m deep soil column under earthquake excitations in OpenSees. However, the dimension of the stress output file is different from that of the strain output file. Therefore, I have trouble finding out which stress output is corresponding to which strain output. Can anyone please tell me how many stresses does the 'stress' recorder actually recorders per element? Or how to plot the shear stress vs strain curve in general?
Dear all,
I'm carrying out a Stress analysis for pressure induced by external blast where I can go up to an allowable of 0.8 of tensile strength. Now I have a question of can I make use of the linear stress strain curve or Non linear stress strain curve to perform the analysis. Since the external blast is going o be extremely impulsive should i carry out the linear Stress strain function.
or
Can i make use of the linear stress strain curve to qualify the stresses and make use of Non linear stress strain (True curve) to design the bottom structures.
Any sort of help is of great use for me to proceed further.
Thanks in advance!!
What is the best method to calculate the first buckling critical load for column of a non-uniform cross sectional area or a variable modulus of elasticity?
Do you suggest finite element method or finite difference method to solve such problem.
Hi everyone,
I am trying to incorporate the Shear modulus reduction curve. This is basically a curve that shows the relationship of the modulus with changing strain (modulus of soil decreases as strain increases).
First of all, is there a way to incorporate this without defining a umat? And if the only way is umat, where can I learn how to write a umat code?
I know there is a way to change the properties of elements for different temperatures, so I was thinking of checking there is a way to automatically make elements get hotter(increase temperature) as their strain increases? And then for each value of strain they will have different properties?
I am simulating soil-pile interaction of a pile embedded in soil (dry sand with 100% relative density) under dynamic loading (earthquake). During the time-history of the earthquake certain elements face high strain therefore, their properties (shear modulus) should decreased based on their strain.
Thanks in advance.
Dear Researchers,
I modeled an RC wall that is subjected to lateral blast pressures using surface to surface contact, where a finite thin part of the underlying soil modeled as an elastic material with only 50mm thick. The bottom surface of that part constrained from movement in all directions, and upper surface connected to the bottom of wall base using surface-to-surface contact using a high coefficient of friction equals to 0.8. After the solution of the dynamic explicit problem, it is found that the wall is moving (slide and overturn) without stoppage till the end of step time! even when subjected to very low levels of loads? When the step time increased, the wall still moves till the end of extended time. I'm expecting that wall shall move certain distance then stop. Is the type of contact i'm using suitable? and how to model such contact by another ways?
Kindly help
Can anyone tell please, how can i introduce and analyze deformed rebar in RCC beams in ANSYS? Please share any resource if you want.
How can I compute the material elasticity tensor for a finite element in topology optimization?
I am investigating the behaviour of end plate connections through finite element modelling technique.And I need to subject the connection modelled in ABAQUS to cyclic loading.
Hello Everyone,
I am doing one very simple 3D simulation in abaqus. It includes unit volume element which is loaded with three normal stress components along three coordinate axes and one shear stress component (in XY plane). The stress amplitudes vary periodically as function of time over the step. I have defined smooth variation of stresses over step time. I am trying to simulate one complete cycle of stresses. But somehow my simulation is not converging after step time of 0.4 (i.e. 40% of the cycle). I have attached inp file of my model (in zip format). Can somebody tell me where is the issue with my model? Why solution is not converging after step time of 0.4? Any input will be appreciated, units: load - Newton; distance - (microns)
Thank you in advance,
Nikhil
Is there any material model, that takes into account the change in material stiffness with increased number of loading cycles. I have found the Kinematic Hardening Model on ANSYS. just wondering what other material models are out there
Hello, i modelled a Pretensioned beam with tendons as solid elements. the model ran fine.
Now i am planning to model the pretension beam with wire element instead of solid element, in place of prestressing tendons and then define a initial stress in the rebar.
Is it possible in abaqus?
In Plaxis 3d AE, how to model the connection between piles (embedded beam) and raft (Plate elements), when raft does't contact to ground. Please help me
I have subjected my wall model with transient loading, but I need to plot a load (Reaction) against time curve. The wall is fully fixed at the bottom, so only the nodes at the bottom of the wall should have non-zero values for force. How can I attain these reaction forces on ANSYS APDL Time-History post processor or even the general post processor?
Hello,
I need to transfer results (temperature, stress, and strain) from a general static analysis (C3D8 element type) to a coupled temperature-displacement analysis ( C3D8T element type). I have used Abaqus Standard, written restart files for the first analysis, then created pre-defined field of initial state in the import analysis. However, when I ran the job, it showed error as below:
"System exception: exceptions.TypeError: argument of type 'NoneType' is not iterable"
Do you have any idea about this error?
Many thanks!!
I am going to model a pile group in liquefiable soil. Although this phenomena should be really modeled as a 3D problem, I want to model this problem in 2D state due to simplification. If employing 2D model for this problem is correct, how can I obtain the 3D results from this modelling? In my opinion I guess that I should work on the stiffness of piles. Do you have any suggestion about the equivalent stiffness of pile groups under seismic loads in 2D modeling?
I have the magnitude of the principal stresses and the angle of major principal stress. I'd like to know how to calculate the stress orientation axis (x,y)....
I try to simulate the bond-silp between concrete and steel tube by utilizing the cohesive element implemented in LS-DYNA. Therefore, I want to know how to use it. Wether it can bear compression?
The problem that I wanted to solve is a 24-bar truss, which is topologically optimized. The problem is optimized using Matlab and I need to validate using ANSYS APDL. As per Matlab results, I am getting following natural frequencies.
f1 30.3936
f2 46.7040
f3 156.4569
f4 219.4590
etc.
I have done static analysis and it gives perfect results with stress and displacements. However, I am not getting how to assign element density and nodal mass of the truss. In this problem, density is density = 2740 kg /m3 and lumped mass 500 kg at node 3. For more detail please refer ANSYS code of my problem (24-bar truss, After topology optimization it has only 8-bars).
I would be glad if you please help me to solve this problem. Please ask if you need further detail.
Please find ANSYS codes (that I am trying) and the geometry in the attachment.
Thanks ones again for your continuous support
with
Bets regards
My email ID is p.shyam23@gmail.com

The electromechanics study varies electric field and thus deformation will change on a sphere, i need to take this deformation as an input to the wave optics module and calculate wavelength shift of the sphere.
Hi,
I am trying to model a simple shear test in plain strain conditions in ABAQUS. I initially did a single element model. But when I try with multiple elements, I encountered some problems with specifying boundary conditions.
I specified bottom surface as fixed and applied horizontal displacement to top surface. I want to have zero horizontal strains throughout the sample. Also top surface should be horizontal during the test.
For the single element model, I applied 2 equation constraints for top 2 nodes;
1. horizontal displacements are equal in top 2 nodes
2. vertical displacements are equal in top 2 nodes
I am not sure how to specify boundary conditions for vertical and top horizontal surfaces when more than 1 element is used.
I appreciate any advice on this problem.
Thanks in advance,
Hansini
Hi All,
I need to preload the underpinning pile in existing base slab in order reduce the displacement. What is the limit of preload. currently I am using 50% of pile working load to preload. Any code or guidelines on this?
Thank you,
Regards,
Ashok.
Dear all,
I need to model crack propagation in viscoelastic material. I am using CZM for modelling it. I am not able to get the softening behavior in force vs CMOD curve. I have used following damage criteria.
Elastic properties(CZM)(Uncoupled Traction)
Knn=Kss=Ktt= 17.2GPa.
Damage Initiation
Maxs damage initiation criteria
Normal=Shear1=Shear2=3.4MPa.
Damage evolution criteria
Type=Energy
Softening behavior=Exponential
Degradation=Maximum
Mixed mode behavior=Power(Power=1)
Mode mix ratio=Energy
Fracture energy: Normal=Shear1=Shear 2= 274J/m2.
Can someone suggest me if I need to change any properties in this criteria??
Suggestions would be really helpful.
Regards
Prashanthi
I am trying to design a retrofit for an un-reinforced stone masonry structure. The idea is to strengthen the masonry structure so as to prevent it from out-of -plane failure. The recent Nepal Earthquake has shown that maximum damage of life n property has been caused due to out- of- plane failure.
For this purpose, I have introduced strongbacks i.e. columns embedded to existing masonry wall. The strongbacks are connectes to existing wall using dowel bars. plz see pictures. I want to model the intereaction between the wall and column at the connections. plz see drawings attached
HI guys
i want to copy this structre by using the pattern.
But it occured this problem which will be shown as picture.
and it should be pointed out that the the number of 400 of this shtructure need to be copied.
And i have attached the ansys ducument on this website.
I will very appreciate any reply!



I am trying to setup a simple example on limit load and shakedown analysis using Abaqus UMAT program. Would like to verify examples on plane stress, plane strain or axisymmetric cylinder problems from Ponter, Chen et.al. papers to check the proper working of UMAT.
1) What load steps to use in Abaqus, Static-General nonlinear or viscous?
2) How do I vary the mechanical and thermal (varying) loads?
3) How do I check the convergence?
4) Are there any simple problems such as 2-bar or 3-bar examples and the Abaqus input available to check the Linear Matching Method procedure?
Thank you
For example , a ply has 0 and 90 orientations, so how to give these orientations in ABAQUS software.
I am modelling Reinforced concrete frame using TNO Diana. I have used Concrete model as total cracked fixed with tension curve as exponential and compression curve as thorenfeldt. it requires E, poison ratio, density, fc', ft, Fracture Energy and shear retention factor.
For steel I used Von-mises model which requires E and fy.
When I apply cyclic loading the peak load from the FEM software around 35KN on one side but on other side it is about 60KN. Does anyone have any idea why this is happening? Please see the attached picture showing experimental and software result.
Thankyou
I have a thin walled cylindrical structure (t = 0.15 mm, L = 5 mm) with elastic-plastic material. I've been trying to apply prestress via imposing a thermal predefined field, more specifically by applying a thermal gradient across the shell membrane in Abaqus. I applied the boundary conditions so that the radial displacement is zero while the thermal gradient is applied in the first step.
My understanding of thermally prestressing a plastic material is that thermal stress should be applied to the walls beyond the yield point so that after the thermal gradient is removed, the material will have yielded and residual stress remains along the wall.
Is this the right way to do it? Any guidance would be appreciated.
I have my structural model of 10 components that are fastened by bolts at each location. I can model the components using 2d or 3 d element types but my doubt is how to stimulate those bolted joints .
I wassuggested by expects that bolts can be simulated using beam 188. Sincr I need to extract element or nodal focces for strength calculations.Would yyou please help outthe correct way of simulating bolts in ANSYS simi to CBUSH in NASTRAN?
If we integrate the equilibrium equations we will get constant moment along the member.
Is this make any sense in Elasticity?

What's the advantage in using the Pian-Sumihara element type in finite element analysis for simulation of shear bands ?
Will it be good to offer a course of Computational Mechanics at undergraduate level in Civil Engineering
I am doing seismic analysis as per UBC 97. As per Program what I understand is, the shell stresses S11 and S22 are inplane stresses. Also please disscuss what Shell modifiers should I use to have realistic Unreinforced masonry wall behaviour. I am Using bending m11 m22 m12 =0.
using HFSS for simulating of FSS dual bandstop filter (0.9 and 1.8 GHz), a Floquet-Port needs to be assigned at an appropriate height over the surface. How much is that height supposed to be? and how can I be so sure of the results if any small change in this height dramatically changes the results??
what should be the Deembed distance?
and what is the value of Solution Frequency in the Driven Solution Setup?
Hello researchers,
I have a 3D body with a speicific amount of initial energy (in Joules). The same body has a table for temperature based power loss (in Watt). I now run a simulation in Ansys Mechanical where I start the body with a temperature boundary condition and the software uses this table to implement the internal heat generation (W/m³).
I would however like to make a note of the energy used through this power loss and stop the simulation once the initial energy (in Joules) runs out. I have managed to couple the temperature based power loss to the body. How can I now control the simulation in regards with the energy?
Thanks,
Ramesh Natarajan
I modelled a bimorph in ANSYS Mechanical(2015). It is a simple cantiliver structure. When I use Modal, the natural frequency of the first mode matches well with the theoretical value(188 Hz). But when I use "Harmonic", I assign a downward force and obtain the frequency response , the displacement peaks not at 188 Hz but at a slightly large value(200 Hz). Why could this happening?
What is the main function of shear strut in infill walls? Why we use shear strut? and can we find that weather compressive strut is failing or shear strut is failing?
thanks
I have simulated the torque coefficient in 2D but I don't know how to find in 3D for spherical helical blades. Am I supposed to extrapolate the results (if yes then by which relation)
Dear every one
If we want to calculate the final deflection of a clamped beam in which the section experience plastic moment how is it possible to calculate 1_ the rotation after yielding 2_the deflection after passing yielding limit
Deflection before yield is=pl^3/3*EI
and after yield=Pl^3/3EI + (teta)*Length
yield and ultimate strain in elastic fully plastic is .0012&.2
thanks
Kern is the place within the section where total compression occurred.
Hi!
I am having difficulty solving this problem (see the attachment).I have the following issues:
1. For the application of principle stress formulas, the normal stresses are uniform where as in this case we have a linear distribution. Is there a way we can it into a uniform load. To my opinion we'll have a concentrated load applied at 2/3 of the length.
2. What is meant by principle stress at the origin? The question demands principle stress at a point, should it be a plane?
Please suggest any reading material or a book that might help me solve this. A regular book is not quite helping me.
P.S- I am conceptually weak
Regards

I would like to perfeorm a test with making zero tensile stress and for which I am looking constitutive model which has the ability describe the zero tensile strength. Is this kind of model available in abaqus ?
Plz let me know
I'm using finite element method for modeling .
How should I define the interface area in SSI problems?
Hi, I used CTMOPT macro in Ansys classic to create semi elliptical crack with mesh in already existing model. But the macro is not working with different a/c ratio. In Ansys workbench tools are available only for semi elliptical cracks but not for other type of cracks like corner crack. So, I want to know manual procedure to create crack in 3d model and to mesh it with singular quarter point elements. In every document they are saying that they have done it but no detailed information on how they have done it. Can anyone tell me how to do it ansys classic or workbench? or can anyone give example apdl code to create crack and to mesh it?