Class PressureLoad
pressure_load_type.
public class PressureLoad : ForceLoadBase, ILoadElement, IFemDesignEntity
- Inheritance
-
PressureLoad
- Implements
- Inherited Members
- Extension Methods
Constructors
PressureLoad(Region, Vector3d, double, double, double, LoadCase, string, bool, ForceLoadType)
Pressure load
public PressureLoad(Region region, Vector3d loadDirection, double z0, double q0, double qh, LoadCase loadCase, string comment, bool loadProjection, ForceLoadType loadType)
Parameters
regionRegionloadDirectionVector3dVector. Direction of force.
z0doubleSurface level of soil/water (on the global Z axis).
q0doubleLoad intensity at the surface level.
qhdoubleIncrement of load intensity per meter (along the global Z axis).
loadCaseLoadCaseLoadCase.
commentstringComment.
loadProjectionboolloadTypeForceLoadType
Fields
_q0
public double _q0
Field Value
_qh
public double _qh
Field Value
_z0
public double _z0
Field Value
Properties
Direction
public Vector3d Direction { get; set; }
Property Value
LoadProjection
public bool LoadProjection { get; set; }
Property Value
Q0
public double Q0 { get; set; }
Property Value
Qh
public double Qh { get; set; }
Property Value
Region
public Region Region { get; set; }
Property Value
Z0
public double Z0 { get; set; }
Property Value
Methods
ToString()
public override string ToString()