Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleConfiguration of Riemann Boundary Transformation LocationSets
	<locationSet id="coarse_grid_locations">
		<description>Locations in the coarse grid needed for the Riemann boundary transformation</description>
		<csvFile>
			<file>coarse_grid_id_LocationSet.csv</file>
			<id>%COARSE_GRID_LOCATION_ID%</id>
			<x>%CELL_CENTER_X%</x>
			<y>%CELL_CENTER_Y%</y>
		</csvFile>
	</locationSet>
	<locationSet id="boundary_locations">
		<description>Boundary locations for the Riemann boundary transformation</description>
		<csvFile>
			<file>locset_id_LocationSet.csv</file>
			<id>%BOUNDARY_LOCATION_ID%</id>
			<x>%CELL_CENTER_X%</x>
			<y>%CELL_CENTER_Y%</y>
			<attribute id="angle">
				<number>%ANGLE%</number>
			</attribute>
			<attribute id="border">
				<text>%BORDER%</text>
			</attribute>
			<attributeFile>
				<csvFile>locset_id_AttributeFile_Center.csv</csvFile>
				<id>%BOUNDARY_LOCATION_ID%</id>
				<attribute id="center_coarse_grid_id">
					<text>%COARSE_GRID_LOCATION_ID%</text>
				</attribute>
				<attribute id="center_weight">
					<text>%WEIGHT%<<number>%WEIGHT%</text>number>
				</attribute>
			</attributeFile>
			<attributeFile>
				<csvFile>locset_id_AttributeFile_U.csv</csvFile>
				<id>%BOUNDARY_LOCATION_ID%</id>
				<attribute id="u_coarse_grid_id">
					<text>%COARSE_GRID_LOCATION_ID%</text>
				</attribute>
				<attribute id="u_weight">
					<text>%WEIGHT%<<number>%WEIGHT%</text>number>
				</attribute>
			</attributeFile>
			<attributeFile>
				<csvFile>locset_id_AttributeFile_V.csv</csvFile>
				<id>%BOUNDARY_LOCATION_ID%</id>
				<attribute id="v_coarse_grid_id">
					<text>%COARSE_GRID_LOCATION_ID%</text>
				</attribute>
				<attribute id="v_weight">
					<text>%WEIGHT%<<number>%WEIGHT%</text>number>
				</attribute>
			</attributeFile>
		</csvFile>
	</locationSet>