For soil/rock material definition the reference elevation on the vertical axis above which the Young's modulus is equal to the reference value have been updated to follow the CamelCase formatting.
For plate material definition the unit weight and the thickness properties have been updated.
The enumerated value for a User-Defined Soil Model (UDSM) type is now again in V22.02. This was reverted back from the value in V22.00.
For command logs and Python scripting you are recommended to use the string-based property value instead: "User-defined"
The material definition for soil/rock and structures has been enhanced. The changes concern:
For material properties changes, i.e., on objects and commands, check the Commands reference under the Help menu in both Input and Output.
The structural element is now called Embedded beam, instead of embedded beam row. The following commands are removed from PLAXIS 2D:
Instead, to create an embedded beam structural element and its material the following commands can be used:
The following command will be deprecated in favour of the embeddedbeam command:
The soil material category has been updated to better describe the group of properties that can simulate an incompressible soil by selecting the determination of the excess pore pressures to be based on a v-undrained definition, Skempton B based or following the Biot effective stress concept (αBiot).
Commands using curve points
Following the support for an unlimited number of points for curves in Output, the following examples show the commands that have been updated:
Note that for all commands you can also use Curvepoints.Nodes[0] instead of CN_1 to retrieve the results for the first selected node.
Phase/Step object compatibility
For more information on the changes in the properties for Phase and Step objects in PLAXIS Output program see PLAXIS Output Phase/Step object compatibility for details.
Select points for curves
The command __selectcurvepoints is no longer available. Instead, the following commands can be used:
selectmeshpoints /output addcurvepoint "Node" (x y z) /output addcurvepoint "StressPoint" (x y z) /output update
For more information, you can check the article Select points for curves prior to calculation directly in Input.
Phases object updates
The phases object in Input has been updated. Below you can see the differences in properties between the versions:
Switch to Flow conditions mode
The gotowater command is pending deprecation in favour of the gotoflow command
Tunnel designer
In the tunnel designer a few things changed such that older command logs might not properly work:
Phases - dynamics
The time stepping settings for dynamic calculations has changed: we can now choose a new time step determination: "Semi-automatic" which behaves the same as the "Automatic" setting of PLAXIS 2D 2015. The "Automatic" setting is now fully automatic and should choose an appropriate number of dynamic substeps AND number of additional steps.
Phase info inconsistencies with Input
We found a few inconsistencies between Input and Output for some parameter names from the Phase and Step info. Of course we would like to have consistency between the two programs to make sure that the parameters are easy to use and to make sure any scripting/Python programming is easier to make and understand.
The changed parameter names are:
Soil results
In 2D2015, there was a typo in the soil result objects related permeability. These have been now fixed:
The embedded pile row has been changed into embedded beam row to make clear this embedded beam can be used for more than just piles, e.g. grout anchors.
To create a new embedded beam row: embeddedbeamrow (x1 y1) (x2 y2)
To create a new embedded beam row material dataset: embeddedbeammat
Note: in this version the old commands for the embedded pile rows will be supported, but may become deprecated in later versions
Due to an issue in the sorting routine of the cut objects (i.e. the intersected result of soils, polygons, lines), and the fact that the source of a cut objects was not clear in its naming, the automatic naming of items in the intersected geometry (mesh mode, flow conditions mode, staged construction) has been changed. This also involves removing the prefix CS_ for these items, see this example:
The name for the multiplier userfeature has been changed. For point loads and point prescribed displacements, this userfeature name has been changed from .Multiplier_x/_y/_z to .MultiplierFx/Fy/Fz. To set a LoadMultiplier for a dynamic point load using the command line:
For line loads, this userfeature name has been changed from .Multiplier_x/_y_z to .Multiplierx/y/z, and this would be the command line:
Linear boundary conditions for head, inflow, outflow had inconsistent settings. Now the behaviour can be chosen more explicitely and more consistently by offering these options:
The option Linear is deprecated in 2D 2015, and replaced by the above mentioned options.
This page contains an overview of the changes in commands.
Since PLAXIS 2D AE.02, the parameter for the Point Load's bending moment has been changed from BendingMoment to simply M
By fixing the issue called Local axis may flip with overlapping lines in PLAXIS 2D AE. the positive and negative interfaces may be on the opposite side of the line (and plate) compared to command log files created in PLAXIS 2D AE.00 or PLAXIS 2D AE.01. This could influence the replaying of these command log files.