Support for the summary keyword FPR (hydrocarbon pore weighed average) is implemented, but the simpler FPRP (pore volume weighted average) is missing.
fpr() in Summary.cpp implements sum(HCPV*p)/sum(HCPV) while FPRP would need only sum(PV*p)/sum(PV).
New function fprp() or should it be templatized?
Support for the summary keyword FPR (hydrocarbon pore weighed average) is implemented, but the simpler FPRP (pore volume weighted average) is missing.
fpr()inSummary.cppimplementssum(HCPV*p)/sum(HCPV)while FPRP would need onlysum(PV*p)/sum(PV).New function
fprp()or should it be templatized?