Hi everybody!
I have a .inp file where I need to change the BCs to PBCs. Can you help me with this?
It should be mentioned that there are 14000 codes for nodes and Equations before the code below.
** Section: Section-EFIBER
*Solid Section, elset=EFIBER, material=GLASS
1.,
** Section: Section-EMATRIX
*Solid Section, elset=EMATRIX, material=EPOXY
1.,
**
** MATERIALS
*Material, name=EPOXY
*Elastic
** Young’s modulus, Poisson ratio
4.8e+09, 0.35
*expansion
** CTE
45.e-6
*Material, name=GLASS
*Elastic
7.0e+10, 0.2
*expansion
5.e-6
**
*INITIAL CONDITIONS,TYPE=TEMPERATURE
Nall, 273.
**
*STEP
*STATIC
1., 1.
**
*BOUNDARY,
** node, dof, value
1, 1, 0.
1, 2, 0.
1, 3, 0.
*BOUNDARY,
2001, 1, 0.
2001, 3, 0.
**
1348, 1, 0.
1348, 2, 0.
1348, 3, 0.
**
10001, 3, 0.
**
*cload
** node, dof, value
2001, 2, 1.7675E+6
**
*NODE PRINT, nset=nout
u
*NODE FILE
U
*EL FILE
s, e
*END STEP
**
** temp. load
**
*STEP
*STATIC
1., 1.
**
*BOUNDARY,
** node, dof, value
1, 1, 0.
1, 2, 0.
1, 3, 0.
*BOUNDARY,
2001, 2, 0.
2001, 3, 0.
**
1348, 3, 0.
**
**
*TEMPERATURE
** node, value
Nall, 274.
**
*NODE PRINT, nset=nout
u
*NODE FILE
U
*EL FILE
s, e
*END STEP
**