View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002436 | OpenFOAM | Bug | public | 2017-01-18 09:13 | 2017-01-18 10:19 |
Reporter | Vojta_Prihoda | Assigned To | henry | ||
Priority | low | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 14.10 |
Summary | 0002436: entropy calculation in eConstThermo doesnt work | ||||
Description | I did make some utility to which I needed entropy calculation. During this I found this minor bug: In file eConstThermoI.H on line 149 in function inline Foam::scalar Foam::eConstThermo<EquationOfState>::s there is line return cp()*log(T/Tstd) + EquationOfState::s(p, T); where the cp() should be called with p and T as parameters, like this return cp(p,T)*log(T/Tstd) + EquationOfState::s(p, T); because function cp() does not exist (in this context). | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-01-18 09:13 | Vojta_Prihoda | New Issue | |
2017-01-18 10:19 | henry | Assigned To | => henry |
2017-01-18 10:19 | henry | Status | new => resolved |
2017-01-18 10:19 | henry | Resolution | open => fixed |
2017-01-18 10:19 | henry | Fixed in Version | => 4.x |
2017-01-18 10:19 | henry | Note Added: 0007650 |