Hello.
I’m a newcomer of “ASEPCT”.
The cookbook seems good enough to start “ASPECT” but it’s quite difficult for me.
Like the jelly fish problem in Cookbook, I drew a simple subduction model in 2D using Inkscape and converted the figure into ascii values (x, y, phase).
Then, loading the file, however, an error occurs in some conditions.
Following in condition A, no error occur and the result show like as I expect.
It says two thing : the external material index file has no problem and input is not wrong, I believe.
But, following condition B and C, they are not working well.
I can’t understand. Any one has solutions?
subduction_test.txt includes x, y, phase(0, 1, 2). Phase denotes for mantle, two continental plates.
Condition A:
subsection Compositional fields
set Number of fields = 1
end
subsection Initial composition model
set Model name = ascii data
subsection Ascii data model
set Data directory = /home/sungho/Geodynamics/subduction_test/
set Data file name = subduction.txt
end
end
subsection Material model
set Model name = multicomponent
subsection Multicomponent
set Densities = 3200
set Specific heats = 1000
set Thermal conductivities = 2.5
set Thermal expansivities = 3.e-5
set Viscosities = 1.0e21
end
end
Condtion B:
subsection Compositional fields
set Number of fields = 3
end
subsection Initial composition model
set Model name = ascii data
subsection Ascii data model
set Data directory = /home/sungho/Geodynamics/subduction_test/
set Data file name = subduction.txt
end
end
subsection Material model
set Model name = multicomponent
subsection Multicomponent
set Densities = 3200
set Specific heats = 1000
set Thermal conductivities = 2.5
set Thermal expansivities = 3.e-5
set Viscosities = 1.0e21
end
end
Condition C:
subsection Compositional fields
set Number of fields = 1
end
subsection Initial composition model
set Model name = ascii data
subsection Ascii data model
set Data directory = /home/sungho/Geodynamics/subduction_test/
set Data file name = subduction.txt
end
end
subsection Material model
set Model name = multicomponent
subsection Multicomponent
set Densities = 3200, 3200, 3200
set Specific heats = 1000, 1000, 1000
set Thermal conductivities = 2.5, 2.5, 2.5
set Thermal expansivities = 3.e-5, 3.e-5, 3.e-5
set Viscosities = 1.0e21, 1.0e21, 1.0e21
end
end