Skip to content

Commit

Permalink
fix the bug of io.cpp caused by VOF implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hua Tan committed Nov 7, 2024
1 parent 4360a93 commit 41cde17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/rheology/incflo_rheology.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ void incflo::compute_viscosity_at_level (int /*lev*/,
eta_arr(i,j,k) = m_mu*(1.-tracer_arr(i,j,k,0))+m_mu_s[0]*tracer_arr(i,j,k,0);
});
}

}
}
else
Expand Down
1 change: 1 addition & 0 deletions src/utilities/io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ void incflo::WritePlotVariables(Vector<std::string> vars, const std::string& plo
&vel_eta,
&m_leveldata[lev]->density,
&m_leveldata[lev]->velocity,
&m_leveldata[lev]->tracer,
Geom(lev),
m_cur_time, 0);
}
Expand Down

0 comments on commit 41cde17

Please sign in to comment.