| Name | Fluid_Non_State_Pty_Set |
|---|---|
| Entity Type | Extension of Fluid_Sample |
| Description | The properties of a material identified during a particular fluid analysis that are not dependent on the state of the pressure and the temperature of the material. |
| Submodel | Fluid_Analysis |
| Entity Scope | Project |
| Primary Key | Id |
| Natural Key | Fluid_Sample_Id , Material_Type , Fluid_Analysis_Id , Fluid_Analysis_Stage_Id , Existence_Kind , Version |
| Generalizations | IT_Object , Tracked_Object |
| Specializations |
| Name | Value Domain / Measurement | Description | Required / Default | Type |
|---|---|---|---|---|
| Crude_Char_Factor | double Dimensionless |
The characterization factor developed by USBM for crude oils; defined as the cube root of the molal average boiling point (degrees Rankine) divided by the specific gravity at 60 degrees Fahrenheit. | No |
NUMBER |
| Existence_Kind | REF_EXISTENCE_KIND NA |
A reference value that describes the state of existence in the lifecycle of the entity, for example, Planned, Predicted, Required, Simulated, and Actual. | Yes Actual |
VARCHAR2(64) |
| Fluid_Analysis_Id | Fluid_Analysis |
The fluid analysis that resulted in these fluid "non-state" properties being recorded. | No |
NUMBER(38) |
| Fluid_Analysis_Stage_Id | Fluid_Analysis_Stage |
The fluid analysis stage that resulted in these fluid "non-state" properties being recorded. | No |
NUMBER(38) |
| Fluid_Loss_Volume | double Volume |
Fluid loss. | No |
NUMBER |
| Fluid_Sample_Id | Fluid_Sample |
The identifier of the fluid sample described by this set of fluid properties. | Yes |
NUMBER(38) |
| GUID | STRING128 NA |
Globally Unique IDentifier for an instance of a class. This GUID is not generated by the database, but is the GUID used by the application on first access of this object. Use of this property is optional and completely under the control of application developers. | No |
VARCHAR2(128) |
| Hardness | double Mass_Per_Volume |
A measurement of the hardness of water. | No |
NUMBER |
| Id | ID No_Unit |
Unique identifier for this entity. | Yes |
NUMBER(38) |
| Insert_Date | DATE NA |
Date the entity was created in the repository | No |
DATE |
| Insert_User | STRING64 NA |
The name of the user responsible for the creation of this entity in the repository. | No |
VARCHAR2(64) |
| Latent_Heat_Vaporization | double Energy |
The amount of thermal energy required to convert a unit mass of liquid, at its boiling point to vapor. | No |
NUMBER |
| Mass | double Mass |
The mass of the material. | No |
NUMBER |
| Material_Type | R_Production_Material |
The material whose non-state properties are being measured. | No |
VARCHAR2(64) |
| Methylene_Blue_Capacity | double Cation_Exchange_Capacity |
A measure of the cation exchange capacity of a fluid as determined by the Methylene Blue Test (MBT). This is a measure of the clay content within a water based mud, which can be equated typically to the bentonite content. | No |
NUMBER |
| Molecular_Weight | double Dimensionless |
The sum of all the atomic weights of the constituent atoms of a molecule of the fluid. | No |
NUMBER |
| Pour_Point_Temperature | double Temperature |
The lowest temperature which permits a standard volume of product flow through an orifice in a specified time at atmospheric pressure. | No |
NUMBER |
| Produced_By | STRING64 NA |
ID of the activity that was executing when the entity was created, for data created programmatically. | No |
VARCHAR2(64) |
| Redox_Potential | double Electric_Potential |
The electrical potential associated with the oxidation or reduction of a substance, such as an element or molecule. | No |
NUMBER |
| Reid_Vapor_Pressure | double Pressure |
The vapor pressure measured at 100 degrees Fahrenheit. | No |
NUMBER |
| Remarks | REMARKS_STR NA |
A general description or remark of the properties of a fluid analysis that are not state dependent. | No |
VARCHAR2(999) |
| SDAT_Label | int No_Unit |
Label used by the security system for entitlements. SDAT is Secure Data Access Technology. | No |
NUMBER(10) |
| Salinity | double Trace_Concentration |
A measurement to determine the amount of salts present in the fluid. | No |
NUMBER |
| Turbidity | double No_Unit |
Turbidity quantifies the degree to which light traveling through a water column is scattered by the suspended organic (including algae) and inorganic particles. Turbidity is typically expressed in NTU (Nephelometric Turbidity Units) | No |
NUMBER |
| Update_Date | DATE NA |
Date of the most-recent modification to the entity. | No |
DATE |
| Update_User | STRING64 NA |
The name of the user responsible for the last modification to this entity. | No |
VARCHAR2(64) |
| Version | STRING255 NA |
The form or variant of the entity. | Yes 1 |
VARCHAR2(255) |
| From Entity | Link | Description | Implementation Technique | Required |
|---|---|---|---|---|
| Gas_Fluid_Analysis_DOV | Fluid_Non_State_Pty_Set | READ ONLY: Unique identifier for the Fluid Non State Property Set. | Cascade | No |
| Oil_Fluid_Analysis_DOV | Fluid_Non_State_Pty_Set | READ ONLY: Unique identifier for the Fluid Non State Property Set. | Cascade | No |
| Link | To Entity | Description | Implementation Technique | Required |
|---|---|---|---|---|
| Material_Type | R_Production_Material | The material whose non-state properties are being measured. | Restrict | No |
| Fluid_Analysis | Fluid_Analysis | The fluid analysis that resulted in these fluid "non-state" properties being recorded. | Nullify | No |
| Fluid_Analysis_Stage | Fluid_Analysis_Stage | The fluid analysis stage that resulted in these fluid "non-state" properties being recorded. | Nullify | No |
| Fluid_Sample | Fluid_Sample | The identifier of the fluid sample described by this set of fluid properties. | Cascade | Yes |