currently turn off force adaptation per morph interval

This commit is contained in:
Rex Zhe Li
2019-10-28 15:18:27 -04:00
parent 717b8b9d56
commit 1265c5cfac

View File

@@ -551,7 +551,7 @@ void ScaLBL_ColorModel::Run(){
if (color_db->keyExists( "capillary_number" )){
capillary_number = color_db->getScalar<double>( "capillary_number" );
SET_CAPILLARY_NUMBER=true;
RESCALE_FORCE_MAX = 1;
//RESCALE_FORCE_MAX = 1;
}
if (analysis_db->keyExists( "rescale_force_count" )){
RESCALE_FORCE_MAX = analysis_db->getScalar<int>( "rescale_force_count" );