McStas logo McStas - A neutron ray-trace simulation package ILL; PSI; ESS Niels Bohr Institute DTU Physics

McStas

About McStas
 Conditions of use
 Authors/Contacts
 Project funding

Download
 Components
 Other Downloads (share)

Mailing list

Search web/mailinglist

Documentation
 Wiki (GitHub)
 McStas manual
 Publications

Links

Report bugs (GitHub)

Code-repository (GitHub)


McStas: Template_surface

[ Identification | Description | Input parameters | Links ]

The Template_surface Component

A template process for building Union surface processes

Identification

  • Site:
  • Author: Mads Bertelsen
  • Origin: University of Copenhagen
  • Date: 20.08.15

Description

This is a template for a new contributor to create their own surface process.
The comments in this file are meant to teach the user about creating their own
surface component, rather than explaining this one. For comments on how this
code works, look in the Mirror_surface.comp.
To add a new surface process, three changes are needed in other files:
Add entry in surface enum (match your process)
Add storage struct in the union-lib.c file
Add the surface function in inion-suffix.c switch

Part of the Union components, a set of components that work together and thus
sperates geometry and physics within McStas.
The use of this component requires other components to be used.

1) One specifies a number of processes using process components like this one
2) These are gathered into material definitions using Union_make_material
3) Geometries are placed using Union_box / Union_cylinder, assigned a material
4) A Union_master component placed after all of the above

Only in step 4 will any simulation happen, and per default all geometries
defined before the master, but after the previous will be simulated here.

There is a dedicated manual available for the Union_components


Algorithm:
Described elsewhere

Input parameters

Parameters in boldface are required; the others are optional.
NameUnitDescriptionDefault
reflectstrName of reflectivity file. Format q(Angs-1) R(0-1)0
R01Low-angle reflectivity0.99
QcAA-1Critical scattering vector0.0219
alphaAASlope of reflectivity6.07
m1m-value of material. Zero means completely absorbing.2
WAA-1Width of supermirror cut-off0.003
initstringName of Union_init component (typically "init", default)"init"
AT ( , , ) RELATIVE
ROTATED ( , , ) RELATIVE

Links


[ Identification | Description | Input parameters | Links ]

Generated on mcstas 3.6.1


Last Modified: Friday, 12-Dec-2025 12:58:06 CET
Search website mailinglist archive GitHub repos