Skip to content

BH.oM.Ground.SPTResultProperties

Properties related to the results of the standard penetration test.

Class structure

Implemented interfaces and base types

The SPTResultProperties is inheriting from the following base type(s) and implements the following interfaces:

Properties

Defining properties

The following properties are defined on the class

Name Type Description Quantity
ReportedResult string Reported standard penetration test result (ISPT_REP. -
SeatingDriveBlows int Number of blows for seating drive (ISPT_SEAT). -
MainTestDriveBlows int Number of blows for main test drive (ISPT_MAIN). -
SPTN60 double Number of blows for main test drive, with value corrected by energy ratio (ISPT_N60). -
TotalPenetration double Total penetration for seating drive and test drive (ISPT_NPEN). Length [m]
SelfWeightPenetration double Self weight penetration (ISPT_SWP). Length [m]
SeatBlows1 int Number of blows for first increment seating (ISPT_INC1). -
SeatBlows2 int Number of blows for second increment seating (ISPT_INC2). -
TestBlows1 int Number of blows for first increment test (ISPT_INC3). -
TestBlows2 int Number of blows for second increment test (ISPT_INC4). -
TestBlows3 int Number of blows for third increment test (ISPT_INC5). -
TestBlows4 int Number of blows for fourth increment test (ISPT_INC6). -
SeatPenetration1 double Penetration for 1st Increment Seating (ISPT_PEN1). Length [m]
SeatPenetration2 double Penetration for 2nd Increment Seating (ISPT_INC2). Length [m]
PenetrationTest1 double Penetration for 1st Increment Test (ISPT_PEN3). Length [m]
PenetrationTest2 double Penetration for 2nd Increment Test (ISPT_PEN4). Length [m]
PenetrationTest3 double Penetration for 3rd Increment Test (ISPT_PEN5). Length [m]
PenetrationTest4 double Penetration for 4th Increment Test (ISPT_PEN6). Length [m]

Inherited properties

The following properties are inherited from the base class of the object

Name Type Description Quantity
BHoM_Guid Guid - -
Name string - -
Fragments FragmentSet - -
Tags HashSet<string> - -
CustomData Dictionary<string, object> - -

Code and Schema

C# implementation

C#
public class SPTResultProperties : BH.oM.Base.BHoMObject, BH.oM.Base.IBHoMObject, BH.oM.Base.IObject, BH.oM.Ground.ITestProperties

Assembly: Ground_oM.dll

The C# class definition is available on github:

All history and changes of the class can be found by inspection the history.

JSON Schema implementation

The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.

JSON Schema
{
 "$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/Ground_oM/SPTResultProperties.json"
}

The JSON Schema is available on github here: