View Issue Details

IDProjectCategoryView StatusLast Update
0002931OpenFOAMPatchpublic2018-05-14 16:55
Reporterlorenzotrevisan Assigned Tohenry  
PrioritylowSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Platformx86_64OSSlackwareOS Version14.2
Product Versiondev 
Fixed in Versiondev 
Summary0002931: max eutectic melt fraction is a real number such that 0<=alpha1e<1
Descriptionin 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 Reproducesobstitute line 211 of solidificationMeltingSource.C:

alpha1e_(coeffs_.lookupOrDefault("alpha1e", 0)),

with:

alpha1e_(coeffs_.lookupOrDefault("alpha1e", 0.0)),

and recompile
TagssolidificationMelting

Activities

henry

2018-05-14 16:55

manager   ~0009570

Resolved by commit 8217f0d4aca5fb0a276f76f7bdfe06bed08ff6ca

Issue History

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