Micah Johnson

Results 20 issues of Micah Johnson

When I tried to run the 2D_Bubble problem I get an error similar to ... attempted to set std::vector MooseEnum "execute on" when it already exists as a MultiMooseEnum.

To resolve the interface thickness we run into a petsc error below Computed Nan differencing parameter h! Perhaps rescaling spatially will fix the problem.

Currently the coupled kernels do not incorporate the off diagonal jacobian. These need to be added to avoid non converging solutions when the problem is fully coupled. Kernels that need...

Test implementation of the phase evolution equation using method of manufactured solutions.

MassTransportSourceMMS and HeatEquationSourceMMS have CoupledVar which was intended for auxVariable phi but a different route was chosen and the code remained. It is neutral code, but it is misleading. MMS...

task
minor

Some of our tests rely on python 3.7 which EOL in June 2023. When we do this we should update ipython from 7.X to 8.X

The following things need to be fixed with the onset of the new more broad database - [ ] Update docs about spatial and timezones of database - [ ]...

Tests are passing and failing with different tz offsets. We will need to look at this more closely.

@micah-prime found this issue using the following query. ``` from snowexsql.data import LayerData from snowexsql.db import get_db from snowexsql.conversions import query_to_geopandas from datetime import date engine, session = get_db(db_name) qry...

bug