Abaqus Mesh for Fiber-reinforced Composites 2 (Embedded)
Versione 1.0.0 (4,06 KB) da
Ayad Al-Rumaithi
Generates Abaqus input file (*.inp) for fiber-reinforced composite cylindrical geometries using embedded elements
This function generates mesh for fiber-reinforced composites with randomly distributed fibers. The shape of the composites is cylindrical. Fibers orientation can be either random or aligned to a certain direction. The elements are divided into two sets. One set named "Fiber" in the elements set consists of truss elements for the fibers. The other set is named "Matrix" consist of prism and brick elements for the matrix material. Embedded region constraint is defined with "Fiber" set is the embedded region, and "Matrix" set is the host region. The mesh is plotted in matlab and saved in Abaqus input (*.inp) file. An example file is provided for this function.
function Abaqus_FRC_Mesh(r,z,Nr,Nt,dz,L,N,Orientation,Filename)
Inputs:
r: cylinder radius
z: [z1 z2] (2*1) vector for the range of geometry in z-direction
Nr: Number of mesh in radial direction
Nt: Number of mesh in tangent direction
dz: mesh size in z-direction for the matrix
L: length of fibers
N: number of fibers
Orientation: can be either:-
-For aligned fibers Orientation=[l m n] where l,m, and n are the direction cosines of the fibers orientation in x,y, and z directions, respectively.
- For random fibers Orientation=[] (empty)
Filename: Full path of the input file containing the folder, name of the file and extension such as: 'D:\Example.inp'
Note: The mesh is imported in Abaqus using the following steps :(1-File___2-Import___3-Model__4-(*.inp) File). A model will be created containing a part (MATLAB_MESH), assembly, and embedded region constraint. The part contains the two element sets.
Cita come
Ayad Al-Rumaithi (2024). Abaqus Mesh for Fiber-reinforced Composites 2 (Embedded) (https://www.mathworks.com/matlabcentral/fileexchange/174915-abaqus-mesh-for-fiber-reinforced-composites-2-embedded), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Creato con
R2017b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS LinuxTag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0 |