Demonstrate that PyFluent can run transparently over REST or gRPC for solver settings
Open
- Dominant language
- Python
- Stars
- 497
- Forks
- 77
- Avg merge
- 22h 37m
- Merged PRs (30d)
- 45
Description
## Creating a simple PyFluent REST Settings interface
### Step 1 (exploration)
my-rest-client ---> fluent REST API for solver settings
my-rest-client: **BASIC PYTHON**
### Step 2
my-simple-launcher ---> my-session-class ---> flobject ---> my-rest-proxy ---> my-rest-client
my-simple-launcher: **TRIVIAL**
my-session-class: **SMALL**
flobject: **UNCHANGED**
my-rest-proxy: **SUBS FOR gRPC/IN-PROCESS**
Contributor guide
Assessment
This issue has not been assessed yet.