Commit f96b11bd authored by Asutosh Padhy's avatar Asutosh Padhy
Browse files

31-7-20

parent 8b114720
Loading
Loading
Loading
Loading

Lagoudas/Own/1_SMA.cae

0 → 100644
+72 KiB

File added.

No diff preview for this file type.

Lagoudas/Own/1_SMA.jnl

0 → 100644
+17 −0
Original line number Diff line number Diff line
# -*- coding: mbcs -*-
from part import *
from material import *
from section import *
from assembly import *
from step import *
from interaction import *
from load import *
from mesh import *
from optimization import *
from job import *
from sketch import *
from visualization import *
from connectorBehavior import *
mdb.ModelFromInputFile(inputFileName=
    '/home/apadhy/projects/PhD/ABAQUS/JOB/INP/1_SMA_PS.inp', name='1_SMA_PS')
# Save by apadhy on 2020_07_30-14.13.51; build 2018 2017_11_07-18.21.41 127140
+168 −0
Original line number Diff line number Diff line
*Heading
** Job name: Job-1 Model name: 3D_SMA_pseudoelasticity
** Generated by: Abaqus/CAE 2018
*Preprint, echo=NO, model=NO, history=NO, contact=NO
**
** PARTS
**
*Part, name=PART-1
*Node
      1,           1.,           0.,           0.
      2,           1.,           1.,           0.
      3,           0.,           1.,           0.
      4,           0.,           0.,           0.
      5,           1.,           0.,          0.5
      6,           1.,           1.,          0.5
      7,           0.,           1.,          0.5
      8,           0.,           0.,          0.5
      9,           1.,           0.,           1.
     10,           1.,           1.,           1.
     11,           0.,           1.,           1.
     12,           0.,           0.,           1.
*Element, type=C3D8
1,  1,  2,  3,  4,  5,  6,  7,  8
2,  5,  6,  7,  8,  9, 10, 11, 12
*Elset, elset=EALL
 1, 2
** Section: Section-1-EALL
*Solid Section, elset=EALL, material=SMA
,
*End Part
**  
**
** ASSEMBLY
**
*Assembly, name=Assembly
**  
*Instance, name=PART-1-1, part=PART-1
*End Instance
**  
*Nset, nset=A3, instance=PART-1-1, generate
 5,  8,  1
*Nset, nset=B1, instance=PART-1-1, generate
 1,  4,  1
*Nset, nset=B2, instance=PART-1-1, generate
  9,  12,   1
*Elset, elset=ELOUT, instance=PART-1-1
 1,
*Nset, nset=NOUT, instance=PART-1-1
 9,
*Nset, nset=_M8, internal, instance=PART-1-1
 1,
*Nset, nset=_M9, internal, instance=PART-1-1
 2,
*Nset, nset=_M10, internal, instance=PART-1-1, generate
  9,  12,   1
*Nset, nset=_M11, internal, instance=PART-1-1, generate
  9,  12,   1
*End Assembly
** 
** MATERIALS
** 
*Material, name=SMA
*Conductivity
22.,
*Density
6450.,
*Depvar
    100,
*Specific Heat
329.,
*User Material, constants=24
1.,      3.,   1e-08,      0.,     16.,   7e+10,   3e+10,    0.33
 2.2e-05, 2.2e-05,    291.,    271.,    295.,    315.,    0.05,-350000.
-350000.,      0.,      0.,      0.,      0.,      0.,      0.,      1.
** 
** BOUNDARY CONDITIONS
** 
** Name: Disp-BC-1 Type: Displacement/Rotation
*Boundary
B1, 3, 3
** Name: Disp-BC-2 Type: Displacement/Rotation
*Boundary
_M8, 1, 1
_M8, 2, 2
** Name: Disp-BC-3 Type: Displacement/Rotation
*Boundary
_M9, 1, 1
** 
** PREDEFINED FIELDS
** 
** Name: Field-1   Type: Temperature
*Initial Conditions, type=TEMPERATURE
B1, 325.
** Name: Field-2   Type: Temperature
*Initial Conditions, type=TEMPERATURE
B2, 325.
** Name: Field-3   Type: Temperature
*Initial Conditions, type=TEMPERATURE
A3, 325.
** ----------------------------------------------------------------
** 
** STEP: Step-1
** 
*Step, name=Step-1, nlgeom=NO, inc=1000
*Static
1., 100., 0.001, 1.
** 
** LOADS
** 
** Name: CFORCE-1   Type: Concentrated force
*Cload
_M10, 3, 1.5e+08
** 
** OUTPUT REQUESTS
** 
*Restart, write, frequency=0
** 
** FIELD OUTPUT: F-Output-1
** 
*Output, field
*Node Output
RF, U
** 
** FIELD OUTPUT: F-Output-2
** 
*Element Output, directions=YES
S, SDV
** 
** HISTORY OUTPUT: H-Output-1
** 
*Output, history
*Element Output
IRA1, IRA2, IRA3, IRAR1, IRAR2, IRAR3
*End Step
** ----------------------------------------------------------------
** 
** STEP: Step-2
** 
*Step, name=Step-2, nlgeom=NO, inc=1000
*Static
1., 100., 0.001, 1.
** 
** LOADS
** 
** Name: CFORCE-1   Type: Concentrated force
*Cload, op=NEW
** 
** OUTPUT REQUESTS
** 
*Restart, write, frequency=0
** 
** FIELD OUTPUT: F-Output-3
** 
*Output, field
*Node Output
RF, U
** 
** FIELD OUTPUT: F-Output-4
** 
*Element Output, directions=YES
S, SDV
** 
** HISTORY OUTPUT: H-Output-2
** 
*Output, history
*Element Output
IRA1, IRA2, IRA3, IRAR1, IRAR2, IRAR3
*End Step
+9.34 MiB

File added.

No diff preview for this file type.

Loading