Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new lattice2dboundary element and latticedamage material #54

Closed
wants to merge 60 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
5e4b758
Added LatticeLinearElastic and LatticeDamage material models. Updated…
adsci Apr 4, 2019
d3d31fe
Added Lattice3D and Lattice3DBoundary elements + related tests
adsci Apr 5, 2019
a27af64
Added LTRSpaceBoundary element and VTKXMLPeriodic export module
adsci May 3, 2019
1ae2531
Removed leftover test output files
adsci May 3, 2019
42fdb9d
LTRSpaceBoundaryTruss and LTRSpaceBoundaryVoigt elements and changes …
adsci May 14, 2019
fad16a9
LTRSpaceBoundaryMembrane element and related tests
adsci May 14, 2019
761bc6f
LTRSpaceBoundaryBeam and LTRSpaceBoundaryPlate elements, VTKXMLPeriod…
adsci May 17, 2019
a10bda9
VTKXML output for LIBeam3d elements
adsci May 23, 2019
fb124e9
Optional segment length in IntElPoint element. Bondceb02 test case
adsci May 27, 2019
41851dc
Added giveReferenceNode method in LIBeam3d
adsci May 29, 2019
45e69c0
LIBeam3dBoundary element, VTKXMLPeriodic export, and test case
adsci May 29, 2019
310dc23
Additional LIBeam3dBoundary elements depending on macro element type
adsci May 30, 2019
742f6be
Fixed a small bug in VTKXMLPeriodic export module
adsci Jun 4, 2019
25fb052
Set specification option for FiberedCS and improved output
adsci Jun 6, 2019
8bd99ce
Fixed a bug in beam element export in VTKXMLPeriodic export module
adsci Jun 13, 2019
034a045
Merge remote-tracking branch 'adsci/periodicRC3d'
adsci Jun 18, 2019
bcd3275
Characteristic length for LTRSpaceBoundary elements
adsci Jun 19, 2019
5dc6279
Added latticelinks
graspel Jun 21, 2019
05014e0
fix of length
graspel Jun 21, 2019
6364113
added link element
graspel Jul 19, 2019
da705df
fixed bugs
graspel Jul 19, 2019
3a33284
small improv
graspel Jul 19, 2019
9b406bb
more link additions
graspel Jul 25, 2019
b68b264
update
graspel Jul 31, 2019
832e641
Adding vof support for transport elements, adding prototype implement…
bpatzak Jul 4, 2019
eef5db9
Adding support for solution dependent external forces in NR solver, i…
nitramkaroh Jul 24, 2019
be466aa
Initial version of python bindings based on pybind11
bpatzak Jul 27, 2019
77dcb80
Further work on pybind11 bindings
bpatzak Jul 27, 2019
9990f84
Continuing work on pybind11 bindings
bpatzak Jul 28, 2019
c349a9f
Continuing work on pybind11 bindings
bpatzak Jul 30, 2019
54e30f4
add rotational stiffness
graspel Aug 6, 2019
7a10d10
more link element changes
graspel Aug 11, 2019
17d83c9
added beam rve tests
graspel Aug 14, 2019
8f0b3ff
updated and added rve tests
graspel Aug 14, 2019
5716908
merge
graspel Aug 22, 2019
e30e573
additional bond test with blocked rotational DOF
graspel Aug 23, 2019
3fd9977
added different bond laws to linkslip
graspel Sep 5, 2019
88f7499
additional bond test
graspel Sep 5, 2019
9c2d773
changes in slip model
graspel Sep 27, 2019
220b565
Output of current load level in matlab export module
adsci Sep 22, 2019
72477d3
Added giveMaterial method to FiberedCrossSection
adsci Sep 22, 2019
30ee24a
Interface jump - interface traction output for linkslip material model
adsci Sep 28, 2019
6d3db42
Initialize status variables in slip model
adsci Sep 28, 2019
0fc2f67
Test case for linkslip material model
adsci Sep 28, 2019
3f87609
clean up of status of linkslip
graspel Sep 28, 2019
61363b7
Intro of link boundary elements
graspel Oct 7, 2019
481e88b
resolve commit
graspel Oct 7, 2019
49ef211
added a few more models from the old oofem
graspel Oct 8, 2019
c5952d9
more additions
graspel Oct 17, 2019
4a03a96
additional lattice materials
graspel Oct 17, 2019
e74f8f1
new lattice2dboundary element and latticedamage material
graspel Oct 18, 2019
febfcdc
merge
graspel Oct 18, 2019
cd9a6a2
Fixed merge
graspel Oct 18, 2019
6648b24
cleaned up
graspel Oct 18, 2019
29f8133
Addition of 3d lattice elements
graspel Oct 18, 2019
580f7dd
Adding latticelink elements and materials
graspel Oct 18, 2019
3b01de9
fixed merge
graspel Oct 18, 2019
edc54c6
added material manual
graspel Oct 18, 2019
430bd5b
cleaning up periodic export
graspel Oct 19, 2019
1701ec5
Restructuring in periodic export module
graspel Oct 19, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Optional segment length in IntElPoint element. Bondceb02 test case
  • Loading branch information
adsci committed Jun 17, 2019
commit fb124e9977c887c8f6dcdf77e0d48ecc7ef3300c
8 changes: 8 additions & 0 deletions src/sm/Elements/Interfaces/intelpoint.C
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,14 @@ IntElPoint :: computeGlobalCoordinates(FloatArray &answer, const FloatArray &lco
double
IntElPoint :: computeAreaAround(GaussPoint *gp)
{
if ( (this->giveCrossSection()->hasProperty(CS_Thickness)) ) {
double thickness = this->giveCrossSection()->give(CS_Thickness, gp);
return thickness*this->length;
} else {
// The modeled area/extension around the connected nodes.
// Compare with the cs area of a bar. ///@todo replace with cs-property? /JB
return this->area;
}
}


Expand Down Expand Up @@ -253,6 +258,9 @@ IntElPoint :: initializeFrom(InputRecord *ir)
this->area = 1.0; // Default area ///@todo Make non-optional? /JB
IR_GIVE_OPTIONAL_FIELD(ir, this->area, _IFT_IntElPoint_area);

this->length = 1.0;
IR_GIVE_OPTIONAL_FIELD(ir, this->length, _IFT_IntElPoint_length);

this->computeLocalSlipDir();
return IRRT_OK;
}
Expand Down
2 changes: 2 additions & 0 deletions src/sm/Elements/Interfaces/intelpoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#define _IFT_IntElPoint_refnode "refnode"
#define _IFT_IntElPoint_normal "normal"
#define _IFT_IntElPoint_area "area"
#define _IFT_IntElPoint_length "length"
//@}

namespace oofem {
Expand All @@ -66,6 +67,7 @@ class IntElPoint : public StructuralInterfaceElement
int referenceNode = 0;
FloatArrayF<3> normal;
double area = 0.;
double length = 0.;

public:
IntElPoint(int n, Domain *d);
Expand Down
56 changes: 56 additions & 0 deletions tests/sm/bondceb02.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
bondceb02.out
Test case for BondCEB interface material - rebar pull-out in 3D. Added by Adam Sciegaj
StaticStructural nsteps 20 deltat 1.0 rtolf 1.0e-3 MaxIter 50 initialguess 1 nmodules 1
errorcheck
#vtkxml tstep_all domain_all primvars 1 1
#vtkxml tstep_all domain_all ipvars 2 98 99 regionsets 1 3
#matlab tstep_all integrationpoints internalvars 2 98 99
domain 3d
OutputManager tstep_all dofman_all element_all
ndofman 14 nelem 5 ncrosssect 3 nmat 3 nbc 4 nic 0 nltf 1 nset 6
node 1 coords 3 -0.1 -0.1 0.1
node 2 coords 3 -0.1 0.0 0.1
node 3 coords 3 0.1 0.0 0.1
node 4 coords 3 0.1 -0.1 0.1
node 5 coords 3 -0.1 -0.1 -0.1
node 6 coords 3 -0.1 0.0 -0.1
node 7 coords 3 0.1 0.0 -0.1
node 8 coords 3 0.1 -0.1 -0.1
node 9 coords 3 -0.1 0.1 0.1
node 10 coords 3 0.1 0.1 0.1
node 11 coords 3 -0.1 0.1 -0.1
node 12 coords 3 0.1 0.1 -0.1
node 13 coords 3 -0.1 0.0 0.1 dofidmask 6 1 2 3 4 5 6
node 14 coords 3 0.1 0.0 0.1 dofidmask 6 1 2 3 4 5 6
lspace 1 nodes 8 1 2 3 4 5 6 7 8
lspace 2 nodes 8 2 9 10 3 6 11 12 7
libeam3d 3 nodes 2 13 14 refnode 9
IntELPoint 4 nodes 2 2 13 normal 3 0 0 1 length 0.1
IntElPoint 5 nodes 2 3 14 normal 3 0 0 1 length 0.1
Set 1 elements 2 1 2
Set 2 elements 1 3
Set 3 elements 2 4 5
Set 4 nodes 1 1
Set 5 nodes 2 1 4
Set 6 nodes 1 14
SimpleCS 1 material 1 set 1
SimpleCS 2 area 3.1416e-4 material 2 set 2
InterfaceCS 3 thickness 6.28319e-2 material 3 set 3
IsoLE 1 d 1.0 E 3.36e10 n 0.2 tAlpha 1.0
IsoLE 2 d 1.0 E 2e11 n 0.3 tAlpha 1.0
bondceb 3 kn 6e12 ks 6.135e10 s1 0.001 s2 0.002 s3 0.0065 taumax 1.541e7 tauf 6.164e6
BoundaryCondition 1 loadTimeFunction 1 dofs 3 1 2 3 values 3 0 0 0 set 4
BoundaryCondition 2 loadTimeFunction 1 dofs 2 2 3 values 2 0 0 set 5
BoundaryCondition 3 loadTimeFunction 1 dofs 3 4 5 6 values 3 0 0 0 set 2
BoundaryCondition 4 loadTimeFunction 1 dofs 1 1 values 1 8e-3 set 6
PiecewiseLinFunction 1 t 2 0.0 20.0 f(t) 2 0.0 1.0

#%BEGIN_CHECK% tolerance 1.e1
##Bond stress values check
#ELEMENT tStep 1 number 5 gp 1 keyword 99 component 2 value 9.01726573e+06
#ELEMENT tStep 5 number 5 gp 1 keyword 99 component 2 value 1.54100000e+07
#ELEMENT tStep 8 number 5 gp 1 keyword 99 component 2 value 1.342479552e+07
#ELEMENT tStep 15 number 5 gp 1 keyword 99 component 2 value 7.45817170e+06
#ELEMENT tStep 19 number 5 gp 1 keyword 99 component 2 value 6.16400000e+06
##
#%END_CHECK%