The Wall-side interface to UEDGE
Back to Interfaces and naming schema.
The wall side interface to UEDGE must be able to accept the incoming neutral fluxes and provide the outgoing neutral fluxes. Each of these must be settable at a boundary location, specified by an index.
Some special key names for the Edge-Wall interface (under construction)
material specifices the material type of the wall. Example would be "carbon".
surfaceType is a special label useful for specifying the location of the material and associated indices:
- lodiv: lower outer divertor
- uodiv: upper outer divertor
- lidiv: lower inner divertor
- uidiv: upper inner divertor
- lwall: lower wall
- owall: outer wall
- uwall: upper wall
- iwall: inner wall
A complete example of setting up a location at the wall:
setStringAtIndex(“material”, 1, [101], “carbon”) setStringAtIndex(“surfaceType”, 1, [101], “uodiv”) setDoubleAtIndex(“energyIntegratedSource_EW_H2p1”, 1, [101], energyVar)
