HDSI

Oasys Appoint New Reseller in Belgium

Oasys are delighted to announce the appointment of HDSI to its network of resellers. Details can be found at http://www.oasys-software.com/purchase/resellers/europe-africa.shtml

To be featured in our next newsletter...

AdSec

Adsec 7.3 Release Imminent

AdSec 7.3 is being put through final validation and verification in preparation for a full release. This new version will be released at three product levels:

  • AdSec Basic
    • ULS capacity analysis of simple sections.
  • AdSec Standard
    • ULS and SLS analysis of simple and compound sections. (i.e. as AdSec 7.2 plus moment/curvature and moment/stiffness charts)
  • AdSec Advanced
    • 'AdSec Standard' plus FRP and steel sections.

All product levels offer analysis to all supported codes of practice.

The following functionality is added in AdSec 7.3:

Eurocode 2

  • Eurocode ULS and SLS analysis
  • Support for all Eurocode concrete material models
  • Support for nationally defined parameters

Section Data

  • Improved wizard for setting up, editing and manipulating sections including section wrapping and filling
  • Fibre reinforced polymer (FRP) sections and glass fibre reinforced polymer (GFRP) reinforcement, including material properties from leading FRP/GFRP suppliers ('AdSec Advanced' only)
  • Structural steel sections including access to a standard sections database ('AdSec Advanced' only)

Analysis

  • 'Long + Short Term' SLS analysis
  • Intermediate SLS analysis for BS5400
  • Moment/curvature and moment/stiffness charts

General

  • User defined reinforcement curves
  • Output in German, Italian (or English)
  • Context sensitive menus in the Gateway
  • Saving of results

Structural Tips & Tricks

Idea GSA Tip: Applying pressure to a curved 'surface' of beam elements
 

You can apply a pressure normal to a curved 'surface' of Beam elements using Grid Area Loads, as follows:

  • Define a Grid Plane onto which the whole surface can be projected. Often a grid plane parallel to the global XY will do.
  • Set the Grid Plane Tolerance such that all elements in the surface are picked up by the Grid Plane. (i.e. a large tolerance.) You may need to specify the Element List as other than 'all' if you want some elements not to attract load.
  • Define a Grid Area Load applied to the whole Plane of your Grid Plane.
  • Set the Axis of the Grid Area Load to 'Local' and the direction to z. The Local axis for the Grid Plane is such that the local z is normal to the 'surface' of elements (and the local x is the grid plane x projected onto the surface).
  • You can then expand the Grid Area Load into equivalent Beam Loads using the 'Tools | Expand Grid Loading…' option. (This may take a while.)
Idea GSA Tip: Deleting loads
 

There are three ways of deleting loads efficiently:

  • To delete all of a particular load module (e.g. Beam Loads): right-click on the load module on the Tables tab of the Gateway and select 'Delete all…'. (In fact this option is available for all modules.)
  • To delete all loads associated with a particular load case: right-click on the load case in the Load Case Titles table and select 'Delete Loads'.
  • To delete loads graphically: display the loads you want to delete in a Graphic View and select 'Sculpt | Delete Displayed Loading'.

Then of course you can always delete load records explicitly in the loading tables.

Idea GSA Tip: Slow sculpting of elements
 

Splitting elements graphically, whether using the split element, refine element or connect element commands, can be a slow process. Typically this happens when the elements that are being split have loads applied to them; - GSA takes a long time adjusting the element lists by replacing the old element reference with references to the new elements. The slow processing can be avoided by deleting the loads before splitting the elements and then re-applying the loads after the split.

Idea GSA Tip: Slow opening of data files containing large report logs
 

Data files containing large report log strings take a long time to open (in GSA 8.0). You can overcome this problem by opening the report ('View | Open Report View') and deleting the contents ('View | Clear Report').

Idea GSA Tip: Tidying up models imported from DXF files
 

Models imported from DXF files often suffer from bad element connectivity. The Connect 1D Elements option ('Sculpt | 1D Element Operations | Connect 1D elements') is effective at tidying up such models. This connects selected crossing elements by splitting them and connecting the split elements to a common node at the point of intersection. It can also be used for trimming and extending elements.

Idea GSA Tip: Creating 2D elements from DXF files
 

GSA's Quad4 and Tri3 elements can be created from DXF files that contain corresponding polygon or polyface meshes. When importing the DXF file into GSA (via 'File | Import | AutoCAD (DXF file)') select which type of 2D element is to be created from these DXF entities by specification in GSA's 'DXF Import Options' dialog.

Idea GSA Tip: Avoiding 'corrupted elements' after converting from Quad4 to Quad8
 

2D elements sometimes appear to be corrupted by using the sculpt 'Modify elements' option to convert from 'linear' to 'parabolic' (e.g. Quad4 to Quad8). In that operation, when creating the new mid-side nodal position GSA first looks for an existing node in the required position before creating a new node. This is so as to provide good connectivity at the mid-side nodes. GSA uses the current 'tolerance for coincidence' when considering whether a coincident node exists. GSA can be misled into choosing an existing corner node as the mid-side node where such a node lies within the tolerance; typically this occurs when working with small elements. This can be avoided by setting the 'Options | Preferences | Sculpting | Tolerance for coincidence' to an appropriate (i.e. smaller) value.

Idea GSA Tip: Driving GSA from spreadsheets etc.
 

The GSA programming interface (i.e. COM interface) can be used to control GSA from, say, a spreadsheet or other remote program. A typical use of this is where you want to carry out structural optimisation in a spreadsheet. For example in a VBA macro you can tell GSA to:

  • Open a data file.
  • Analyse.
  • Get results.
  • Delete results.
  • Get a section property.
  • Set a section property.
  • Analyse.
  • Save

Refer to the 'Programming and Command Line Interface' chapter of the GSA help for more details. Sample XLS files that demonstrate the use of this feature are installed in the …\Oasys\GSA 8.0\Samples folder. Note that the command that enables the getting and setting of individual data records (GwaCommand) is new in GSA 8.0 build 27. Revised documentation in the form of a GSA 8.1 draft of the 'Programming and Command Line Interface' chapter is available on the GSA Downloads page of the website.

Idea GSA Tip: Rigid Constraints can confuse the solution optimisation
 

The time taken to do a GSS solution depends on the way the equations are set up. GSA tries to set these up in a well ordered manner, working along the longest dimension of the structure. This normally results in a stiffness matrix clustered close to the diagonal. However, when a structure contains rigid constraints these can provide topological connection which introduces many more off-diagonal terms. This results in a much larger matrix to be solved.

An example of where this problem might arise is where a structure is longer than it is tall and rigid constraints have been used to model rigid floor plates. In this situation the automatic solution order is along the length of the structure whereas the most efficient order is in the vertical direction.

If rigid constraints seem to cause a significant increase in the analysis time it may be worth telling the solver the direction in which to build the solution matrix. This can be done by going to the Analysis Specification and selecting 'Advanced'. Then set the solution order vector to 'User defined' and set the vector components such that the direction is normal to the rigid constraints.

Idea GSA/GsRelax Tip: Plastic analysis by GsRelax
 

Where the yield stress in a user material is given a non-zero value the material is treated as 'elastic - perfectly plastic' in GsRelax non-linear static analysis. A yield stress of zero specifies an elastic material; all standard materials are elastic. (Note that ultimate stress, hardening modulus and hardening parameter are not used in any GSA analysis at present.)

Idea GSA/GsRelax Tip: Force equilibrium in large deflection non-linear analysis
 

Nodal forces and moments from non-linear analysis are balanced at the deformed position of the nodes. Where the displacements are large the nodal forces may appear not to be in equilibrium at the undeformed nodal positions.

Idea GSA/GsRaft Tip: Specifying support stiffnesses to represent the soil
 

In raft analysis it is not necessary to specify support stiffnesses for the nodes that interact with the soil since support stiffnesses are automatically generated during the analysis and deleted after the analysis. However, where support stiffnesses are specified these will be used as the initial soil stiffness. This can speed up the analysis if the specified stiffness is closer to the actual soil stiffness than the default initial stiffness of 1.0e10 N/m.

To be featured in our next newsletter...

Columbus Professional and Archetype on show at Interbuild 2004

We will be demonstrating Columbus Professional and Archetype at Interbuild 2004 to be held at the NEC, Birmingham on 25 - 29 April 2004.

Would you like a demonstration at the convenience of your own desk at a time to suit you?

Oasys are delighted to be able to offer you a live demonstration by one of our trainers in your office at your own desk at a time which suits you. By registering your interest we can arrange for this to happen. Please email oasys@arup.com for further information.


Mail Manager

Mail Manager

How many important emails are kept in personal user accounts? What happens when people leave? How do you archive project emails so that they can easily be recalled?

With so much correspondence occurring by e-mail there is a desperate need for software to help you manage this vital data.

Mail Manager is an Outlook plug-in which makes the whole process of managing and finding e-mails simple, and with support from Columbus, it couldn't be simpler.

Details of Mail Manager will appear in our next newsletter.

UNIPAC

All Oasys software (including GSA, ADC, AdSec, COMPOS, GEO and CADTools) is now offered free-of-charge to universities and other educational establishments.

Over 48 universities are now using the free software in both teaching and research - please see http://www.oasys-software.com/information/universities.shtml for a list of current UNIPAC clients.

Interbuild Logo

Oasys at Interbuild 2004.

(25 - 29 April) Hall 19 Stand IT22

Oasys have a stand at Interbuild from Sunday 25 April - Thursday 29 April.

We will be demonstrating our full range of software with special offers only available at the show.

We hope to see you there.

Unsubscribing

If you want to unsubscribe from this newsletter, send an email to listserv@oasys-software.com with the message unsubscribe oasys-software-news in the body.

Shortly after this you will receive an email confirming your request.