ENH: Updated lagrangian libraries from internal development line
Merge request reports
Activity
Filter activity
322 324 << endl; 323 325 326 if (injectorID_ != -1) 327 { 328 Info<< " injector ID: " << injectorID_ << endl; 329 } 330 324 331 if (owner.solution().transient()) 325 332 { 326 333 this->coeffDict().lookup("massTotal") >> massTotal_; 327 334 this->coeffDict().lookup("SOI") >> SOI_; 328 SOI_ = owner.db().time().userTimeToTime(SOI_); 329 335 } 330 336 else 331 337 { 332 338 massFlowRate_.reset(this->coeffDict()); 322 324 << endl; 323 325 326 if (injectorID_ != -1) 327 { 328 Info<< " injector ID: " << injectorID_ << endl; 329 } 330 324 331 if (owner.solution().transient()) 325 332 { 326 333 this->coeffDict().lookup("massTotal") >> massTotal_; 327 334 this->coeffDict().lookup("SOI") >> SOI_; 328 SOI_ = owner.db().time().userTimeToTime(SOI_); 329 335 } 330 336 else 331 337 { 332 338 massFlowRate_.reset(this->coeffDict()); mentioned in commit e3b8e9f4
Please register or sign in to reply