CopySelectedElementsFromList in EdgeList Beam

TetGen, import mesh, Paraview, Quasar, etc

CopySelectedElementsFromList in EdgeList Beam

Postby MMarco88 » Fri Nov 04, 2016 6:05 pm

Hi, I have a problem with this part of the code (description below)

Version: 2016.9.09

EdgeList BondAnch Geometry {
// Section o m HighStrengthSteel r 5.18 mm i 5 p 12
// ReferenceSystem UP
Generate {
Rebars {
ReferenceSystem RBR
LengthUnits mm
Translate 0 0 -90 // -heff
RebarLength 190 // heff + 90
MaxElementSize 4
}
}
}
/*
EditNodeList {
Select cz < 0 mm
}
}
Select 2n
}
*/
NodeList BondAnch {
Select cz < 0 mm
Make NodeList EmbeddedNodes
}
EdgeList BondAnch Geometry {
Select 2n
}
//
EdgeList BAR Beam {
Section o m HighStrengthSteel r 5.18 mm i 5 p 12
CopySelectedElementsFromList BondAnch
}
EdgeList BondAnch {
InvertSelection
}
//
EdgeList ElBAR Beam {
Section o m HighStrengthSteel r 5.18 mm i 5 p 12
CopySelectedElementsFromList BondAnch
}

I need to create e beam which is partially connected with the LDPM and partially not. For this reason I am creating a beam, selecting the nodes where the beams need to be connected to the concrete (cz < 0 mm) and select the elements which have both the nodes selected (select 2n).

At that point I want to create a Beam (BAR) and copy the elements that I have just selected using this command CopySelectedElementsFromList.

I get this error:

...
Reading EdgeList BAR
============================================================
F A T A L E R R O R
FATAL ERROR while reading file Run.mrs at line 227
CopySelectedElementsFromList BondAnch
^
* * * Invalid entry in Beam list * * *
============================================================

Am I doing something wrong or the command is not implemented for the EdgeList? And if so, can you implement it?

Thanks
MMarco88
 
Posts: 4
Joined: Mon Aug 24, 2015 1:55 pm

Re: CopySelectedElementsFromList in EdgeList Beam

Postby zhouxinwei » Fri Nov 04, 2016 6:22 pm

I will add the new feature in next release.
zhouxinwei
 
Posts: 208
Joined: Thu Jul 09, 2015 7:12 pm

Re: CopySelectedElementsFromList in EdgeList Beam

Postby zhouxinwei » Thu Nov 10, 2016 5:20 pm

The feature is implemented in version 2016.11.18.
zhouxinwei
 
Posts: 208
Joined: Thu Jul 09, 2015 7:12 pm


Return to Pre/Post Processing

Who is online

Users browsing this forum: No registered users and 2 guests

cron