File tree Expand file tree Collapse file tree 2 files changed +1
-41
lines changed
CPO_induced_anisotropic_viscosity Expand file tree Collapse file tree 2 files changed +1
-41
lines changed Original file line number Diff line number Diff line change 44# texture), which then evolves into a CPO aligned with the shear direction.
55
66set Additional shared libraries = ./plugin/libCPO_induced_anisotropic_viscosity.debug.so
7- set CFL number = 0.
7+ set CFL number = 0.1
88set Timing output frequency = 10000
99set Dimension = 3
1010set Pressure normalization = surface
Original file line number Diff line number Diff line change 2323
2424namespace aspect
2525{
26- namespace Assemblers
27- {
28- /* *
29- * A class containing the functions to assemble the Stokes preconditioner.
30- */
31- template <int dim>
32- class StokesPreconditionerAnisotropicViscosity : public Assemblers ::Interface<dim>,
33- public SimulatorAccess<dim>
34- {
35- public:
36- void
37- execute (internal::Assembly::Scratch::ScratchBase<dim> &scratch,
38- internal::Assembly::CopyData::CopyDataBase<dim> &data) const override ;
39-
40- /* *
41- * Create AnisotropicViscosities.
42- */
43- void create_additional_material_model_outputs (MaterialModel::MaterialModelOutputs<dim> &outputs) const override ;
44- };
45-
46- /* *
47- * This class assembles the terms for the matrix and right-hand-side of the incompressible
48- * Stokes equation for the current cell.
49- */
50- template <int dim>
51- class StokesIncompressibleTermsAnisotropicViscosity : public Assemblers ::Interface<dim>,
52- public SimulatorAccess<dim>
53- {
54- public:
55- void
56- execute (internal::Assembly::Scratch::ScratchBase<dim> &scratch,
57- internal::Assembly::CopyData::CopyDataBase<dim> &data) const override ;
58-
59- /* *
60- * Create AdditionalMaterialOutputsStokesRHS if we need to do so.
61- */
62- void create_additional_material_model_outputs (MaterialModel::MaterialModelOutputs<dim> &outputs) const override ;
63- };
64- }
65-
6626 namespace HeatingModel
6727 {
6828 template <int dim>
You can’t perform that action at this time.
0 commit comments