mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6065 Import "Fluid Loss Coefficient" and "Spurt Loss" from csv and export to frk.
This commit is contained in:
@@ -94,7 +94,9 @@ void RicElasticPropertiesImportTools::importElasticPropertiesFromFile( const QSt
|
||||
item.K_Ic,
|
||||
item.proppantEmbedment,
|
||||
item.biotCoefficient,
|
||||
item.k0 );
|
||||
item.k0,
|
||||
item.fluidLossCoefficient,
|
||||
item.spurtLoss );
|
||||
}
|
||||
|
||||
rimElasticProperties->setPropertiesForFacies( key, rigElasticProperties );
|
||||
|
||||
Reference in New Issue
Block a user