View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002931 | OpenFOAM | Patch | public | 2018-05-14 16:25 | 2018-05-14 16:55 |
Reporter | lorenzotrevisan | Assigned To | henry | ||
Priority | low | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86_64 | OS | Slackware | OS Version | 14.2 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002931: max eutectic melt fraction is a real number such that 0<=alpha1e<1 | ||||
Description | in OpenFOAM-dev solidificationMeltingSource.C need to define the dafault value of alpha1e on row n°211 as 0.0 insted 0 otherwise it seems that an integer number insted real is aspected if not null alpha1e is specified in the fvOption dictionary, though 0<=alpha1e<0 | ||||
Steps To Reproduce | sobstitute line 211 of solidificationMeltingSource.C: alpha1e_(coeffs_.lookupOrDefault("alpha1e", 0)), with: alpha1e_(coeffs_.lookupOrDefault("alpha1e", 0.0)), and recompile | ||||
Tags | solidificationMelting | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-05-14 16:25 | lorenzotrevisan | New Issue | |
2018-05-14 16:25 | lorenzotrevisan | Tag Attached: solidificationMelting | |
2018-05-14 16:55 | henry | Assigned To | => henry |
2018-05-14 16:55 | henry | Status | new => resolved |
2018-05-14 16:55 | henry | Resolution | open => fixed |
2018-05-14 16:55 | henry | Fixed in Version | => dev |
2018-05-14 16:55 | henry | Note Added: 0009570 |