feelpp / angiotk

Virtual Angiography Toolkit
http://docs.feelpp.org/angiotk/0.1
Apache License 2.0
5 stars 0 forks source link

transform marker data file into json format #6

Open prudhomm opened 9 years ago

prudhomm commented 9 years ago

the application VolumeFromSTLAndCenterline generates automatically a data file that provides marker named meshcreateinletoutlet.desc , this file is then used to generates markers for boundary conditions

prudhomm commented 9 years ago

{ "fluid": { "marker": "markerLumen0"; "point":"x,y,z"; "edge":"marked" } "fluid": { "marker": "markerLumen1"; "point":"x,y,z" } "solid":{ "marker": "markerLumenWall1"; "point":"x,y,z" } "fsi":{""} "centerline":{"marker":"centerline","crosssection":"};

}

prudhomm commented 7 years ago

@vincentchabannes where do we stand on this ?