You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Low Gravity Solids
**In a unweighted system:**
LGS = (100 * (MudDensity - FluidDensity) + ((FluidDensity - OilDensity) * OilContent)) / (CuttingsDensity - FluidDensity)
Where Fluid Density:
- In a Silicate System is calculated (See Silicate Fluid Density Calculation)
- In a Brine System is user entered
- Defaults to 1.0 SG = 1000 kg/m3 (Specific Gravity of Water)
Background:
Given I am working with locale as 'en-CA'
And A Water Based Mud Check
And I need a tolerance of +/- 0.1
And the Cuttings Density is 2.65 sg
And the oil density is 0.84 sg
And the mud density is 1090
Scenario: thingie
Here is a description
results in
The text was updated successfully, but these errors were encountered:
@aaronjrich I'm out of my depth here ... I'm a n00b when it comes to javascript, and there's way too much of it for me to make sense out of it. Could you please have a look at this? Many thanks!
results in
The text was updated successfully, but these errors were encountered: