I'm trying to run a model with a couple layers, with the layers having different values for material parameters (B and n). I saw a previous post (https://issm.ess.uci.edu/forum/d/211-running-a-model-with-dissimilar-layers) suggesting this was possible, but I have a couple questions about how to do this.
1) Is it possible to define internal layers in the geometry for a 3d model? I don't mean through extrusion between the surface and the base but using some internal boundary defined by data. And then can you extrude the mesh between the base and the internal boundary and between the internal boundary and the surface?
2) If you have internal layers, either defined as described above, or just from extrusion, how should different material parameters be defined for those layers? I'm assuming you'd do something like md.materials.rheology_B(indices for vertices in the layer)=whatever*ones(number of vertices in the layer) for B and similarly with n except defining it for each element in the layer. But I'm not sure how to access the vertex/element numbering generally (besides for the surface and base).
Thanks,
Claire