Hi all,
I want to plot diffusion and dislocation viscosity separately using named additional outputs in visualization of postprocess, and have tried the following three ways:
(1) prm file:
subsection Postprocess
set List of postprocessors = visualization, temperature statistics, heat flux densities, depth average
subsection Visualization
set Time between graphical output = 1e5
set List of output variables = material properties, heat flux map, vertical heat flux, named additional outputs
subsection Material properties
set List of material properties = density, thermal expansivity, specific heat, viscosity, thermal conductivity
end
end
end
results:
An error occurred in line <54> of file </home/mazq/software/aspect/aspect/source/postprocess/visualization/named_additional_outputs.cc> in function
void aspect::Postprocess::VisualizationPostprocessors::NamedAdditionalOutputs::initialize() [with int dim = 2]
The violated condition was:
out.additional_outputs.size() > 0
Additional information:
You activated the postprocessor , but there
** are no additional outputs provided by the material model. Either**
** remove the postprocessor, or check why no output is provided.**
(2) prm file:
subsection Postprocess
set List of postprocessors = visualization, temperature statistics, heat flux densities, depth average
subsection Visualization
set Time between graphical output = 1e5
set List of output variables = material properties, heat flux map, vertical heat flux, named additional outputs
subsection Material properties
set List of material properties = density, thermal expansivity, specific heat, viscosity, thermal conductivity
end
subsection Named additional outputs
** set List of named additional outputs = diffusion viscosity, dislocation viscosity**
** end**
end
end
results:
Line <156> of file <input string: There is no such subsection to be entered: Postprocess.Visualization.Named additional outputs
(3) prm file:
subsection Postprocess
set List of postprocessors = visualization, temperature statistics, heat flux densities, depth average
subsection Visualization
set Time between graphical output = 1e5
set List of output variables = material properties, heat flux map, vertical heat flux, named additional outputs
subsection Material properties
set List of material properties = density, thermal expansivity, specific heat, viscosity, thermal conductivity, named additional outputs
end
end
end
results:
Line <154> of file :
The entry value
density, thermal expansivity, specific heat, viscosity, thermal conductivity, named additional outputs
for the entry named
List of material properties
does not match the given pattern:
[MultipleSelection viscosity|density|thermal expansivity|specific heat|thermal conductivity|thermal diffusivity|compressibility|entropy derivative temperature|entropy derivative pressure|reaction terms|melt fraction ]
Could you please give me a couple of suggestions on how to plot the diffusion and dislocaiton viscosity separately using the named additional outputs? I would really appreciate it! Thank you!
Cheers
Ziqi