Science topic
Finite Element Modeling - Science topic
Explore the latest questions and answers in Finite Element Modeling, and find Finite Element Modeling experts.
Questions related to Finite Element Modeling
I am willing to do fluid-structure interaction studies for a 3-D rectangular tank under seismic excitation. For the FE discretization of the tank and fluid domain, can a 2-D element be used in the 3-D space for analysis? If yes, will it reduce accuracy of the results?
Hi, could anyone please explain the difference in numerical modeling between ordinary concrete and geopolymer concrete using Abaqus? Specifically, is it appropriate to use the Concrete Damaged Plasticity (CDP) model for geopolymer concrete? I’ve noticed that many articles mention the properties of geopolymer concrete as if they were the same as ordinary concrete. Thanks in advance for your help!
To change mechanical properties from a part in abaqus created via a python script, i want to expand the code by a function that selects random elements from the selected part, add those elements to a new set and assign a section with different material properties to these elements. My code somehow won't work from the part when the new set, containing the selected elements is created. I'm unable to find my mistake; The failure-message is something like "Feature Creation Failed".
Code:
def replace_material_randomly(percentage, model_name, part_name):
print_cmd('------------------replace_material_randomly-----------------')
# Access the part from the model
p = mdb.models[model_name].parts[part_name]
# Define the new section
mdb.models[model_name].HomogeneousSolidSection(
name='New-Section', material='MATERIAL2', thickness=None)
# Get all elements in the decided set
elements = p.sets['All_solids'].elements
num_elements_to_replace = int(float(len(elements)) * float((percentage / 100)))
# Randomly select elements to replace
indices_to_replace = random.sample(range(len(elements)), num_elements_to_replace)
elements_to_replace = [elements[i] for i in indices_to_replace]
# Create a set of the elements to replace
region = p.Set(elements=elements_to_replace, name='Elements_to_replace')
# Delete previous section assignments for these elements
p.deleteSectionAssignments(elements=elements_to_replace)
# Assign the new section to the selected elements
p.SectionAssignment(region=region, sectionName='New-Section', offset=0.0,
offsetType=MIDDLE_SURFACE, offsetField='',
thicknessAssignment=FROM_SECTION)
I would really appreciate any kind of help!
Hello,
I have a problem in which a steel nail is 'embedded' in a wood piece. The head of the nail is in contact with a steel bracket. As I apply cyclic load on the vertical wood 'wall', the bracket moves up and pulls the nails of the horizontal wood part, which gets pulled out of the wood (see Image). However, as the bracket unloads (and consequently so does the nail) the cohesive interaction that I defined between the nail and the wood simply unload to zero as well. This causes the nails to follow the bracket back into original position. I wanted the nail to retain the maximum displacement imposed by the contact with the bracket before the bracket starts to unload.
Looking at the ABAQUS documentation, it says the when using cohesive behavior, it will always unload to the initial position (see image of the cohesive material model used in ABAQUS). How can I overcome this? It can be either using contact pairs or any other strategy in ABAQUS (except cohesive elements, which I've tried and could not manage to work in my model).
I've already tried to use a custom defined FRIC subroutine in a tangential interaction behavior (doesn't work). I've thought about writing a custom UMAT subroutine, but ABAQUS does not allow a user-defined routine for cohesive response of contact pairs. I've tried to run an analysis with the ABAQUS default cohesive response, then get the nail deformations at peak and try to apply these as boundary conditions at the correct steps of the analysis. I also tried to use the option where ABAQUS maintains the initial position of an object during a step. However, these last two approaches seems to cause numerical instabilities in ABAQUS due to activating and deactivating boundary conditions in between steps.
Can we restrict the vertical and horizontal displacement in two directions for the lower semicircular in bottom hole of CT specimen and apply incremental displacement in the upper semicircular in top hole?
Or is it done some other way?
I want to study the effects of train induced vibrations on nearby structures. For this purpose I used this paper :
I modeled the ballasted railway with infinite element boundary with elastic geo-material. The properties that I used are similar to the information provided in Table 1 of this paper. I simulated the wheels of the train with rigid cubes and then applied the load of each wheel on the reference point of the cube as mentioned in the paper. The steel rail is constrained at the bottom to the top surface of sleepers with the so called "Tie" constraint in the Interaction module. In addition the contact between the sleepers and the ballast is modeled using the general contact option in Abaqus (tangential behavior is assumed rough and normal behavior is the so-called Hard contact.) and finally the contact between rigid cubes (wheels) and top of the rail is modeled with the frictionless tangential behavior and Hard contact normal behavior using the individual property assignment in the general contact tab.
The problem I have is that my results don't match the results of the paper. The vertical stress in control points M1 & M3 are the same with the results of the paper however the vertical displacements in these points have a large error.
I attached my results below. What's wrong with my simulation and how can I correct my results (vertical displacement)?
I am a final year Masters's Student from Heriot-Watt University currently working on my dissertation project titled "A THEORETICAL ASSESSMENT OF THE STRUCTURE OF A LIQUID STORAGE TANK UNDER SEISMIC FORCES" with the following objectives:
1. Verification of Current Theories (Housner, Preethi, and Malhotra) of liquid Structure Behavior (sloshing wave height) under seismic forces for petroleum-filled storage tanks using Finite Element Modelling and Finite Element Analysis.
2. Assessment of the possible failure mechanism of the superstructure of the various liquid storage vessels under exposure to seismic forces using Finite Element Modelling and Finite Element Analysis based on the API 650 Design Standard.
3. Proposal and initial assessment of the effectiveness of a Bass Isolation System on the sloshing wave height using Finite Element Modelling and Finite Element Analysis.
Can the Ansys modal analysis module be used to model a fluid-filled storage tank and determine the sloshing wave height along with the impulsive and convective mass components of the fluid based on the application of specific Acceleration, Velocity, and displacement values?
Can I subsequently transfer the model to the Ansys Static Structural Module to determine the various resulting stresses that will develop within the tank structure due to the seismic forces and the fluid-structure interactions?
If not, can you guys offer any advice on what methodology I should take?
I use Abaqus for dynamic analysis of composite structures. In Abaqus, the damping can be defined at a material/element level and global level in the analysis. I am confused about the structural damping part in Abaqus and the damping at the material level as described below.
In the global level, the Rayleigh damping is Del = alpha x M + beta x K and the Structural Damping will modify the global stiffness matrix by a factor 's' where the stiffness matrix will be Ks=sK. 's' is the structural damping factor.
According to many textbooks, they take into account the effect of the structural damping by assuming an equivalent viscous damping ratio which could be added to the one from material damping when calculating the alpha and beta values in the Rayleigh Damping model.
In the material level, the number of elements, volume, and density of the elements alongside the alpha and beta values determine the damping matrix. I wonder if the alpha and beta values are the same as the global ones. I suspect they will be different because in the global level, the natural frequency and damping ratio of the entire model are used to calculate the alpha and beta values.
Your advice on these issues is highly appreciated.
Hello dear colleagues
Hope you're fine.
I'm trying to model a threaded connection with a 2D axisymmetric model.
I need to make several models with slight changes and differences.
In some models, once the job is submitted, before the analysis gets started, it gets aborted due to "some nodes have Negative coordinate values" error.
When I check the error node set, they are all placed on the axis of symmetry.
I tried several ideas to work this out but none of them was successful like:
>changing element type,
>constraining the part in the direction prependicular to the axis of symmetry
>Using another datumn coordinate system
I appreciate it if you have any ideas to fix this error.
PS: some other models get solved without this error while these models are copied from one another and I couldn't see any difference seem to be related to this error between them
Hi all! I am trying to understand the stress vs strain plot for my model. I am using Abaqus/Explicit so 'LE' is the strain that I selected for output. I am trying to understand the trend of stress vs LE plot. Why am I getting opposite that expected? Can anyone please help me to understand this? The loading and unloading branch are mirror image of what I am expecting. Also, why I am getting positive strain?
Hi all! There is an optional feature in Abaqus to define a concrete failure point by going to 'edit keywords' and adding '*concrete failure' for concrete damage plasticity model. Can anyone please explain it to me what will happen if this concrete failure point is added and what if it's not added? I know it is also essential to trigger element deletion but looks like it's inclusion is changing the output results not only the visualization.
Many people have already induced the random fields into Geostudio. This is the method:
1)Build a computational model.
SEEP/W module in geotechnical analysis software GEOSTUDIO was used to establish the finite element model. This part includes the steps: build the model, mesh the structure, define the material properties, apply boundary conditions, etc. We have to pay attention to the consistency between the mesh size and the conditional simulation mesh size. The number of material attributes should be determined according to the demand precision when defining uncertain materials as the basis for assigning values. Finally, the model file is saved as XML.file.
2) Create a new input calculation file.
We use MATLAB to generate n sets of permeability random field data and correspond the element number in the finite element model with the element number of the random field model.
Replace the codes related to the permeability of the homogeneous earth dam model in the XML.file in step (1) with the codes about the random field data.
In this way, the random field assignment of the finite element calculation model is realized, and new XML files are obtained.
I have already generated stationary unconditional random fields in MATLAB. And I corresponded the element number in the finite element model with the element number of the random field model.
At present, the problem is how to modify the codes in Geosudio. For example, we can use code like: prop por=xxx k11=xxx i xxx j xxx to change the permeability's value of each element.
Can you support me the codes about the value of permeability, and the code may be similar to the code of FLAC?
Hi everyone! I am working on ABAQUS model which consists of a reinforced concrete wall and has a cantilevered W-shaped steel beam embedded (see attached picture). The steel beam is subjected to a cyclic shear loading whereas the wall has its base fixed. I am using explicit analysis.
When I look at the beam's displacement at the loading point, I am seeing fluctuation at the beginning of the loading. The kinetic energy at those cycles is also fluctuating. However, the kinetic energy is very small as compared to internal energy of the model. Please refer to attached graphs.
Can anyone suggest me what is going on and how can I eliminate this to get the consistent displacements?
Thank you in advance.
The model has no warnings, i tried searching for any unconnected frames and didn't find any.
the model runs if i disabled pdelta.
I am having trouble with penetration between my corrugated core and rigid platen. My model is simulating a quasi-static compression. the top platen compresses and the bottom is fixed. As shown in the images I have penetration at the bottom and top of the corrugated core and analytical rigid platen. I use a node to surface interaction with the master being the platen and the secondary is the nodes along the top and bottom core. I can't use a line as a surface so I have to use the nodes. Is there any way to remove penetration?
Hello all. My question goes back to the use of representative volume elements for modeling structures and boundary conditions needed to solve RVE in a finite element model. Assume that there is a structure with a representative volume element marked by the solid line in the picture, where symmetric BC is applicable to each side of VE. In this case obviously periodic BC cannot be implemented. In fact, this VE is a quarter of a bigger volume element which is subjected to periodicity to form the whole structure. Is there any appropriate BCs which can be used to model the initial VE for representing the whole structure? Thank you.
Dear Researchers :
I will very much appreciate the help.
I have a 2D model in COMSOL. It's a plate, made of Polyethylene. An AC Voltage is applied on the upper electrode, the lower electrode is on V=0 (ground)
The sinusoidal function of the voltage is : Vo*Sin[wt + phi] where phi = 0 and V_o is equal to 2.4 kV
I am attaching an image of my 2D Geometry
I am solving the model in two steps
Step 1 : Using a Time Dependent Study (just to solve the physics of the electric currents module)
Step 2 : A stationary solver, to solve the Heat Transfer in Solids part.
I used the Multiphysics interphase of Electromagnetic Heating
I can correctly solve the Electric part of the model
But for the temperature, this is the graph that I get, which of course is not correct
Does someone might know where the mistake might be ?
Best Regards all :)
Dear colleagues
I'm modeling bone healing around dental implants using Abaqus subroutines (UMAT / USDFLD).
I wonder:
1. How SDVs of current and previous increment can be accessed in the current increment through UMAT ?
2. and how SDVs of previous increments (eg. 10 previous increments) can be accessed in the current increment through USDFLD ?
Thanks in advance,
Yunus.
PS: The value of SDVs at the beginning of the current increment can be accessed by GETVRM utility routine in USDFLD
Could any one provide me with a MATLAB code for fixed-fixed beam that calculates the Mass and Stiffness matrices, Natural frequency, and mode shapes.
What references do you recommend? What theory should I use to model unsteady aerodynamics? Is it better to use software or coding? Please share some insights.
I have modeled a two-dimensional plane strain embankment in Abaqus. I did not apply any forces, boundary conditions, or displacement to the infinite element, and I defined it as CINPE4. I defined two steps for the model: the first step is static to apply gravity load, and the second step is dynamic implicit. In the second step, I applied the time history of the Loma Prieta earthquake horizontally on the base of the model. Ultimately, I observe a concentration of shear strain at the boundary between the infinite and finite elements, as shown in the image below.
In addition, I have attached my model's .inp file to this question for reference.
Hello,
I have several structures which is composed of an upper body and an under body. I want to compare different upper body with each other (therefore several different structures) with Finite element software. I also want to lower the stiffness of these under body to have the same stiffness on the different models and thus be able to compare upper body between them. For this the solution is to vary the Young's Modulus of these different under body. The problem is that some are longer than others in terms of length. How to take this parameter into account?
Dear All,
Recently, I want to use DAMASK3 to simulate the high-temperature mechanical behaviour in the high entropy alloy. I find some publications for my reference, like Crystal plasticity simulation of in-grain microstructural evolution during large deformation of IF-steel (Acta Mater (237), 2022, 118167).
However, I cannot find the corresponding plastic module used in that study. Even, I have been unable to find the required parameters used in that study, particularly the Coefficient for dislocation annihilation (Canni), in the source code of DAMASK3. Does anyone know if I want the modelling the high-temperature mechanical behavior of metallic materials, which plastic module (like dislotwin, phenopowerlaw etc.) should I use?
Many thanks for your time and effort in advance.
Regards,
Yongyun ZHANG
Can the latest version of the extended finite element model consider hydraulic fracture propagation in natural fractures?
Hi,
I am currently in my final year at university and for my dissertation I am investigating the propagation of flexural waves in a 2D structure with varying thickness. Currently, I am finding it difficult to find the reflection coefficient using COMSOL. At the moment I am modelling a uniform plate in a frequency domain with a range from 10 Hz to 10,000 kHz with an added excitation point from a point load, I am using a uniform plate so that I can validate a method of finding the reflection coefficient as it should be equal to 1 for a uniform plate.
I have attached the files for the uniform plate, if anybody has any ideas or solutions for my issue I would be hugely grateful.
Thank you
I want to create a 3D multilayer finite element model in Abaqus which is surrounded by infinite element boundaries in lateral, longitudinal and vertical sides (Attached figure). Each layer has different material properties.
My question is that how to create infinite boundaries in such a way that no interaction is required to create between two infinite element parts or between infinite and finite parts. Because for infinite elements it is not possible to create any interaction.
Hello,
Recently, I am learning how to develop a full microstructure-resolved 3D model. And I want to use X-ray nano-tomography or focused ion beam/scanning electron microscope (FIB/SEM) to reconstruct the microstructure of commercial electrodes with sufficient nanoscale details. The microstructure-resolved models can be imported into computational programs to mimic the electrode behavior under the battery operation condition. But I encountered some questions. Firstly, how to add the current collector and separator into the segmented volume to construct a battery half-cell? Secondly, how to export the battery half-cell and import it into computational programs like COMSOL? Does any examples or source code about these questions?
I would appreciate it if you can help me.
I am doing an Explicit Impact Analysis on GFRP component. I am getting an error message saying "Minimum Time Step too small". Can anyone please tell me how I should solve this error? According to the Ansys manual, I tried to change the Erosion Controls by changing the Geometric Strain Limit. The problem is solved temporarily, but I am not understanding what exactly this Geometric Strain Limit signifies. What happens when I increase or decrease the value of the Geometric Strain Limit?
I am interested to the discontinuous Galerkin in my research, but after my modest research, I found two type of it Modal DG and Nodal DG. I wanted to know :
how effective is each one of them ?
What is the difference between them ?
solving third order and up of PDEs.using Comsol
If there is 2 DOF (Translational, Rotational) Cantilever beam, and it has 7 elements, I want to use System reduction technique to get rid of the rotational Dof, Do I expect to obtain the same first seven natural frequencies?
Because I tried to use SEREP technique and I did not get the first seven natural frequencies, I got the 1,3,5,7,9,11,13 natural frequencies?
Does anyone has explanations please?
I am working on an implant meant for a mandible defect. When simulating the load case, the parts will always penetrate each other. There is a deformation scale factor of 90, so the penetration wouldn't happen if the factor was 1 because there is hardly any motion.
Should I even care about the penetration if it doesn't occur at a scale factor of 1?
If I do, how to prevent this from happening?
The interaction properties I am using are tangential behaviour (frictionless) and normal behaviour ("hard" contact, default constraint enforcement method). I applied them as General Contact in one model and as Surface-to-Surface-Contact in another model.
Thanks in advance!
Hi everyone,
So i have an orphan mesh of a composite material, i want to duplicate it couple of time side by side so it would work together.
I have tried the option "copy mesh patterns" but couldn't do it because it says it has no boundaries!
Any suggestion how to solve this issue?
I'm trying to model a test platform which I am using for my experimental works. The setup is as follows:
Model stone wall on plywood sheet of 16mm thickness and the plywood is resting on three wooden joists at regular intervals. Please advice me on what interaction properties should I use for the plywood and timber joist contact.
Hello everyone, I was modeling pultruded GFRP rectangular hollow sections for ITF boundary conditions. However, i am facing some errors while executing the job analysis. Can you please guide me how can i remove these errors from my model.
I have attached the abqus model, errors file and respective material properties.
Thanks you!!!
Unlike shell elements, solid elements have three degrees of freedom. So how can I get the values of moments after I run the model/analysis on ANSYS / ABAQUS ?
I can make a linear mechanical finite element code, but I can't make nonlinear because I don't understand that how the master matrix is varying.
Hi
I have a problem where I am trying to vary the stiffness spatially across a structured interface. The whole idea is to vary the stiffness vertically, with a bulk stiffness of 8GPa decreasing smoothly over 100 micrometres to 2GPa. To achieve this I have been using the USDFLD subroutine in Abaqus to create a functionally graded material. The base Fortran code Ive started with is attached as txt file.
To vary the stiffness I have created a field variable to relate Young's modulus to the y-coordinate system which would be really easy to get the desired result if it was just one part (as shown in the contour plot). The main issue I have with varying stiffness when both parts are present in the assembly is the area where these intersect each other vertically prevents my current code from working. Im very new to using subroutines, I think it should be fairly easy to create a code to enable the stiffness to vary for both identical parts.
The code I have works for one part, so would it be possible to take the functionally graded component and export it as a part and then assemble and add boundary conditions from there?
Any help would be greatly appreciated!
Alex
Extracting equation behind Finite Element Method to solve Finite Element Analysis
Hello,
I am trying to simulation cutting experiments on ABAQUS regarding the MMCs.
However, I dont know how to establish the relationship between the matrix and the reinforcement.
I just assgin two different material to them. Then use "Tie" constrants to bond them.
Is there any special properties I need to assign to the MMCs, both matrix and reinforcement?
When I run the simulation, there is an error as follows. I dont know how to figure it out? Could some talented give me some instructions?
I am trying to write a subroutine in Abaqus, in order to change the density of material after a specific strain.
like : Considering a simple tensile test, the density of every elements after a specific strain ( for ex: 0.1) decrease to half. it means the volume of each element should increase.
I did try VUMAT and VUSDFLD subroutines, however I didn’t get any results.
Hi all,
I have a problem in defining contact. There is a 3D composite wall model . I have used Surface to Surface contact. I receive these errors:
1-There are 3 unconnected regions in the model.
2-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.
Any idea is appreciated
Regards
Mahya
I am running 2 moving axle loads (3m spacing, travelling at 200 km/h) along my ABAQUS rail track model. However, studying the response of my rail deflection it seems to decrease forever, but I expected it to return to the initial position after the load had passed.
I attach a photo of the rail displacement graph and the rail acceleration.
Could the problem be related to too much mass scaling, or to rayleigh damping?
Thanks in advance,
Kind regards.
Anybody knows how to change the density of materiel during a deformation process in a specific strain range, for example (when strain raise from 0.1 to 0.2) using VUMAT ABAQUS subroutine?
Dear,
Please, how to use ABAQUS ''SWELLING'' option with Law as ''Input''. I have inserted a range of values for ''Strain rate'' and corresponding Field variable 1 - see attached screenshot file as pdf.
But when I run the job in ABAQUS it ONLY read the first value of the table (first row - as highlighted in the attached file) and ABAQUS doesn't read any other value for 'Strain rate' and 'Field 1'?
Please, can I use ONLY the tabular data (multiple values of Strain rate and corresponding Field 1) without using the subroutine USDFLD?
Many thanks for your support and time.
Best regards,
Hello everybody
Hope you’re doing great
Assume I have two material properties MATERIAL1 and MATERIAL2. I start my model with MATERIAL1 and calculate each element’s (von misses) stress and if any element’s stress exceeds N MPA I change its material to MATERIAL2 and continue till all the elements’ materials
are altered to MATERIAL2.
For this purpose:
Do you suggest Abaqus scripting by the following method:
1. Run the job
2. Write elements’ stresses to an .odb file
3. Check the elements’ stresses by reading the .odb file and change the desired elements’ material to MATERIAL2
4. Run the next job
5. Continue the above-mentioned loop by a script till all the elements’ materials change to MATERIAL2
Or
Do you suggest running a job and implementing Abaqus subroutines (USFLD etc)?
1. Which method is applicable?
2. What are the cons and pros of each one?
Thanks for your precious points.
Best regards,
Yunus.
PS: Let’s say the real model has 1000 elements or more and 5 different material properties to describe a small gap bone healing process.
Hello everyone
Hope you're doing great.
I'm trying to learn and implement Abaqus subroutines (particularly USFLD) and am struggling with the following Abaqus terms' meanings and applications:
1. field variables
2. material point (and material point quantities)
would please help me out here with the definitions and examples of the above-mentioned terms since I haven't found any useful website links online.
Best regards,
Yunus.
Consider level 3 Fitness For Service of high pressure oil and gas equipment and thinning due to localized corrosion.
I wanted to add a stiffener to the rectangular plate by considering the maximum deflection node to the nearest minimum deflection node.
I can add the stiffener by considering the maximum deflection node (coordinates) to the minimum deflection node (coordinates), but it is not the nearest one.
Could anybody tell me how can I get the nearest minimum deflection nodes???
Odb Abaqus script for maximum and minimum deflection nodes but not nearest
stepframe = odb.steps['Step-1'].frames[-1]
displacement = stepframe.fieldOutputs['U']
field=displacement.getScalarField(componentLabel='U3')
maxp = max([(g.data,g.nodeLabel) for g in field.values ])
minp = min([(g.nodeLabel) for g in field.values])
nodel_label_01=minp
nodel_label = maxp[1]
coordinate = f.nodes[nodel_label].coordinates
coordinate_01 =f. nodes[nodel_label_01].coordinates
Maximum_deflection = maxp[0]
p_1 = coordinate[0]
t_1 = coordinate[1]
g_1= coordinate_01[0]
w_1= coordinate_01[1]
Min_2_x.append(g_1)
Min_2_y.append(w_1)
Max_2_x.append(p_1)
Max_2_y.append(t_1)
I simulated a pile embedded in sand soil. The pile was subjected to lateral and vertical forces. The model was aborted. I have printed the "Job Diagnostic" to present the causes of the aborted model. The problem occurred because of the nodes at the contact surfaces between the soil and pile. Some nodes were overclosure, and others separated, as presented in the figure below. How can I solve this problem?
I am running a model of concrete SOLID65 with LINK (bar) elements.
I have attached below my material properties and failure criteria.
The model has not converged yet.
Any tips on how to make the model converge?
Dear Researchers,
i am using a python script for a parametric study. This script generates .odb files automatically. The problem is, that i can't open the files with ABAQUS cause the Output database created by python is too recent. Error message: "... .odb is from a more recent release of ABAQUS."
The Version of python used by my ABAQUS Version is 2.7.3.
I would be glad about any tips on how to solve this problem. Unfortunatley upgrading ABAQUS is not an Option at the moment
Thanks in advance
Dear researchers,
I am just trying to vibrate a plate with a horn (see attached figure) in one direction with ultrasonic vibrations in Abaqus. I am new to Abaqus, how can I apply an external vibration/vibrational load to surface of a plate? Harmonic analysis needs a force but can I manipulate it as a vibration? I am open to any suggestions.
I have a streel structure and the welds need to be merged in share topology in SpaceClaim in order for the elements of both parts to match.
But the contact between beam must no be merged in shared topology so that I can make a contact frictionless in Mechanical.
I can only manage to either separate all bodies so that they all make contacts (but mesh does not match) or merge all bodies so that mesh matches (but no contact surfaces are created and I cannot make the beam-beam contact frictionless).
How to implement the crystal plasticity finite element model in Ansys?
Hello,
I am doing a harmonic analysis. I am dealing with force reaction, or simply speaking force output. ANSYS gives maximum amplitude but not RMS value.
Is there any way to get the RMS value directly from ANSYS?
Thanks for your attention :)
Hello, I have a static general simualtion, for which I hace created a specific Field Output request asking for those results (image).
However, when I check the results I don't have the option to choose these (image2)
Does anyone know why this is happening?
Thanks in advance
A pin on disc under lubricated sliding wear.
Dear all
Please find attached the image T.jpg.
The image of the FE model attached is a hollow body with some prismatic textures on the interior surfaces. Here I need to select all the nodes at the interior surfaces of the FE model. I have tried to use:
NSEL, S, LOC, X, X1, X2
but as the body is having a certain curvature on one side, all the required nodes are not getting selected. And as the number of nodes is many i.e. above 100000, graphical picking seems to be a cumbersome task.
Please help.
Dear All
I need laboratory data to do a scientific research on cross laminated timber. I want to use artificial neural networks combined with meta-heuristic algorithms. Data can be suitable for my study work in any of the following cases:
Adhesive
Axial strength
Compressive strength
Bending
Connections
Damage
Finite Element
Panel
Fire
Multi stories
Shear
Shear walls
Are there websites, laboratories, or papers that can be used from them to collect or receive data?
Could you please kindly help me?
Best Regards
Mehdi Nikoo
I am simulating piled raft foundation subjected to seismic load (earthquake) in ABAQUS. I have modeled soil as solid elements and Mohr-Coulomb parameter. I want to know how can I apply geometric damping (silent boundary) to prevent the reflection of seismic waves?
Dear all, I am modelling a 1D beam in Abaqus and I am analyzing its elastic and plastic behavior. I need to increment the number of integration points in the section (from 5, default, to 7 or 11). I modified it in the input file following Abaqus guideline, however when I import the file the increment of integration points disappear, so I do not know if I did it properly or there is something that is missing. I also do not know how to get the stress values from the output for each integration point of the section.
It would be really nice if you can help me, I attached at the end the input file I modified,
Thanks in advance