pika icon indicating copy to clipboard operation
pika copied to clipboard

Phase-field snow microstructure

Results 21 pika issues
Sort by recently updated
recently updated
newest added

The problems directory contains a bunch of input files, many of which do not run. These need to be cleaned up and then tests added to make sure they keep...

bug

Use this ticket for general clean-up and documentation at least until things are made public.

Rather than have an `if` statement in coefficient on construction a function pointer should be populated that points to the proper call.

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.

Currently: u - u_eq \* (1-phi)/2 Should it be: (u - u_eq) \* (1-phi)/2

bug
normal

The time scaling stuff should be a separate interface from CoefficientKernelInterface because some object just need xi and not the other stuff.